Details
mex_is_online ()
gboolean mex_is_online (void
);
MexOnlineNotify ()
void (*MexOnlineNotify) (gboolean online
,
gpointer user_data
);
mex_online_add_notify ()
void mex_online_add_notify (MexOnlineNotify callback
,
gpointer user_data
);
callback :
|
the callback to call we come online |
user_data :
|
the data given to the callback when called |
mex_online_remove_notify ()
void mex_online_remove_notify (MexOnlineNotify callback
,
gpointer user_data
);
callback :
|
the callback to remove |
user_data :
|
the data given when the callback was added |