#include <glib-integration.h>
List of all members.
Static Private Member Functions |
| static gboolean | watch_handler (gpointer) |
Additional Inherited Members |
| | Watch (Internal *i) |
| virtual | ~Watch () |
| int | descriptor () const |
| | A main loop could poll this descriptor to integrate dbus-c++.
|
| int | flags () const |
| | Gets flags from DBusWatchFlags indicating what conditions should be monitored on the file descriptor.
|
| bool | enabled () const |
| bool | handle (int flags) |
| | Called to notify the D-Bus library when a previously-added watch is ready for reading or writing, or has an exception such as a hangup.
|
Detailed Description
Definition at line 66 of file glib-integration.h.
Constructor & Destructor Documentation
| Glib::BusWatch::BusWatch |
( |
Watch::Internal * |
wi, |
|
|
GMainContext * |
ctx, |
|
|
int |
priority |
|
) |
| |
|
private |
| Glib::BusWatch::~BusWatch |
( |
| ) |
|
|
private |
Member Function Documentation
| void Glib::BusWatch::_disable |
( |
| ) |
|
|
private |
| void Glib::BusWatch::_enable |
( |
| ) |
|
|
private |
| void Glib::BusWatch::toggle |
( |
| ) |
|
|
privatevirtual |
| gboolean Glib::BusWatch::watch_handler |
( |
gpointer |
data | ) |
|
|
staticprivate |
Friends And Related Function Documentation
Member Data Documentation
| GMainContext* DBus::Glib::BusWatch::_ctx |
|
private |
| int DBus::Glib::BusWatch::_priority |
|
private |
| GSource* DBus::Glib::BusWatch::_source |
|
private |
The documentation for this class was generated from the following files: