Searched defs:source_funcs (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgmain.h49 GSourceFuncs *source_funcs; member in struct:_GSource
175 GSource *g_source_new (GSourceFuncs *source_funcs,
H A Dgmain.c553 * @source_funcs: structure containing functions that implement
569 g_source_new (GSourceFuncs *source_funcs, argument
574 g_return_val_if_fail (source_funcs != NULL, NULL);
579 source->source_funcs = source_funcs;
1011 source->source_funcs = funcs;
1188 if (source->source_funcs->finalize)
1189 source->source_funcs->finalize (source);
1266 * @funcs: the @source_funcs passed to g_source_new().
1293 source->source_funcs
[all...]

Completed in 64 milliseconds