GLib.SourceCallbackFuncs¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
get |
r |
Called to extract the callback function and data from the callback object. |
|
ref |
r |
Called when a reference is added to the callback object |
|
unref |
r |
Called when a reference to the callback object is dropped |
Methods¶
None
Details¶
- class GLib.SourceCallbackFuncs¶
The
GSourceCallbackFuncs
struct contains functions for managing callback objects.