Type Definition panda_sys::GSourceCallbackFuncs[][src]

pub type GSourceCallbackFuncs = _GSourceCallbackFuncs;
Expand description

GSourceCallbackFuncs: @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.

The GSourceCallbackFuncs struct contains functions for managing callback objects.