#include <dbus-c++/glib-integration.h>
#include <dbus/dbus.h>
Go to the source code of this file.
◆ dispatcher_check()
static gboolean dispatcher_check |
( |
GSource * |
source | ) |
|
|
static |
◆ dispatcher_dispatch()
static gboolean dispatcher_dispatch |
( |
GSource * |
source, |
|
|
GSourceFunc |
callback, |
|
|
gpointer |
user_data |
|
) |
| |
|
static |
◆ dispatcher_prepare()
static gboolean dispatcher_prepare |
( |
GSource * |
source, |
|
|
gint * |
timeout |
|
) |
| |
|
static |
◆ watch_check()
static gboolean watch_check |
( |
GSource * |
source | ) |
|
|
static |
◆ watch_dispatch()
static gboolean watch_dispatch |
( |
GSource * |
source, |
|
|
GSourceFunc |
callback, |
|
|
gpointer |
data |
|
) |
| |
|
static |
◆ watch_prepare()
static gboolean watch_prepare |
( |
GSource * |
source, |
|
|
gint * |
timeout |
|
) |
| |
|
static |
◆ dispatcher_funcs
const GSourceFuncs dispatcher_funcs |
|
static |
Initial value:=
{
NULL
}
static gboolean dispatcher_dispatch(GSource *source, GSourceFunc callback, gpointer user_data)
static gboolean dispatcher_check(GSource *source)
static gboolean dispatcher_prepare(GSource *source, gint *timeout)
Definition at line 237 of file glib-integration.cpp.
Referenced by DBus::Glib::BusDispatcher::attach().
◆ watch_funcs
Initial value:=
{
NULL
}
static gboolean watch_check(GSource *source)
static gboolean watch_prepare(GSource *source, gint *timeout)
static gboolean watch_dispatch(GSource *source, GSourceFunc callback, gpointer data)
Definition at line 112 of file glib-integration.cpp.
Referenced by DBus::Glib::BusWatch::_enable().