#include <main_loop.h>
Public Member Functions | |
Callback () | |
contructor | |
Callback (int interval, gboolean(*function)(gpointer data)) | |
constructing a new callback object from the given values | |
Public Attributes | |
int | interval |
interval in which the callback function is executed | |
gboolean(* | function )(gpointer data) |
the callback function | |
int | id |
the id of the event source assigned by glib |
Every callback has a unique id, an interval on which it is executed and the callback function
|
contructor
|
|
constructing a new callback object from the given values
|
|
the callback function
|
|
the id of the event source assigned by glib
|
|
interval in which the callback function is executed
|