Searched refs:GSource (Results 1 – 6 of 6) sorted by relevance
87 struct WorkSource : public GSource {91 gboolean WorkSourcePrepare(GSource* source, in WorkSourcePrepare()100 gboolean WorkSourceCheck(GSource* source) { in WorkSourceCheck()105 gboolean WorkSourceDispatch(GSource* source, in WorkSourceDispatch()
16 typedef struct _GSource GSource; typedef62 GSource* work_source_;
96 struct Source : public GSource {113 static gboolean Prepare(GSource* source, gint* timeout_ms) { in Prepare()118 static gboolean Check(GSource* source) { in Check()122 static gboolean Dispatch(GSource* source, in Dispatch()
57 GSource source;255 static gboolean prepare_func(GSource *source, gint *timeout) { in prepare_func()291 static gboolean check_func(GSource *source) { in check_func()316 static gboolean dispatch_func(GSource *source, AVAHI_GCC_UNUSED GSourceFunc callback, AVAHI_GCC_UNU… in dispatch_func()387 GSource *s = &g->source; in avahi_glib_poll_free()
299 GSource *idle_source_;
6372 * glib/dbus-gmain.c: add a custom GSource back that just checks6395 custom GSource, so don't pass it in; confusing13188 Make sure to remove the GSource when the connection is finalized.14098 Rewrite the glib handling to use its own GSource instead of a14323 Rewrite to use GIOChannel and remove the GSource crack.