
Go to the source code of this file.
Classes | |
| struct | BusSource |
| struct | DispatcherSource |
Functions | |
| static gboolean | watch_prepare (GSource *source, gint *timeout) |
| static gboolean | watch_check (GSource *source) |
| static gboolean | watch_dispatch (GSource *source, GSourceFunc callback, gpointer data) |
| static gboolean | dispatcher_prepare (GSource *source, gint *timeout) |
| static gboolean | dispatcher_check (GSource *source) |
| static gboolean | dispatcher_dispatch (GSource *source, GSourceFunc callback, gpointer user_data) |
Variables | |
| static GSourceFuncs | watch_funcs |
| static const GSourceFuncs | dispatcher_funcs |
Function Documentation
◆ dispatcher_check()
|
static |
Definition at line 221 of file glib-integration.cpp.
References dispatcher_check().
Referenced by dispatcher_check().
◆ dispatcher_dispatch()
|
static |
Definition at line 227 of file glib-integration.cpp.
References DBus::Dispatcher::dispatch_pending(), and dispatcher_dispatch().
Referenced by dispatcher_dispatch().
◆ dispatcher_prepare()
|
static |
Definition at line 212 of file glib-integration.cpp.
References dispatcher_prepare(), and DBus::Dispatcher::has_something_to_dispatch().
Referenced by dispatcher_prepare().
◆ watch_check()
|
static |
Definition at line 96 of file glib-integration.cpp.
References DBus::debug_log, BusSource::poll, and watch_check().
Referenced by watch_check().
◆ watch_dispatch()
|
static |
Definition at line 104 of file glib-integration.cpp.
References DBus::debug_log, and watch_dispatch().
Referenced by watch_dispatch().
◆ watch_prepare()
|
static |
Definition at line 88 of file glib-integration.cpp.
References DBus::debug_log, and watch_prepare().
Referenced by watch_prepare().
Variable Documentation
◆ dispatcher_funcs
|
static |
Definition at line 237 of file glib-integration.cpp.
Referenced by DBus::Glib::BusDispatcher::attach().
◆ watch_funcs
|
static |
Definition at line 112 of file glib-integration.cpp.
Referenced by DBus::Glib::BusWatch::_enable().