GSourceCallbackFuncs

The glib.types.SourceCallbackFuncs struct contains functions for managing callback objects.

Members

Variables

get
void function(void* cbData, GSource* source, GSourceFunc* func, void** data) get;

Called to extract the callback function and data from the callback object.

ref_
void function(void* cbData) ref_;

Called when a reference is added to the callback object

unref
void function(void* cbData) unref;

Called when a reference to the callback object is dropped