GSourceCallbackFuncs

The GSourceCallbackFuncs struct contains functions for managing callback objects.

Members

Variables

doref
void function(void* cbData) doref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get
void function(void* cbData, GSource* source, GSourceFunc* func, void** data) get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unref
void function(void* cbData) unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta