Home
last modified time | relevance | path

Searched defs:_GSourceFuncs (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgmain.h264 struct _GSourceFuncs struct
266 gboolean (*prepare) (GSource *source,
268 gboolean (*check) (GSource *source);
269 gboolean (*dispatch) (GSource *source,
272 void (*finalize) (GSource *source); /* Can be NULL */
276 GSourceFunc closure_callback;
277 GSourceDummyMarshal closure_marshal; /* Really is of type GClosureMarshal */