- 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.
The GSourceCallbackFuncs struct contains functions for managing callback objects. ref () Called when a reference is added to the callback object unref () Called when a reference to the callback object is dropped get () Called to extract the callback function and data from the callback object.