#include <ecore-integration.h>
List of all members.
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 64 of file ecore-integration.h.
Constructor & Destructor Documentation
Ecore::BusWatch::BusWatch |
( |
Watch::Internal * |
wi | ) |
|
|
private |
Ecore::BusWatch::~BusWatch |
( |
| ) |
|
|
private |
Member Function Documentation
void Ecore::BusWatch::_disable |
( |
| ) |
|
|
private |
void Ecore::BusWatch::_enable |
( |
| ) |
|
|
private |
void Ecore::BusWatch::toggle |
( |
| ) |
|
|
privatevirtual |
static Eina_Bool DBus::Ecore::BusWatch::watch_check |
( |
void * |
data, |
|
|
Ecore_Fd_Handler * |
fdh |
|
) |
| |
|
staticprivate |
Eina_Bool Ecore::BusWatch::watch_dispatch |
( |
void * |
data, |
|
|
Ecore_Fd_Handler * |
fdh |
|
) |
| |
|
staticprivate |
static Eina_Bool DBus::Ecore::BusWatch::watch_prepare |
( |
void * |
data, |
|
|
Ecore_Fd_Handler * |
fdh |
|
) |
| |
|
staticprivate |
Friends And Related Function Documentation
Member Data Documentation
Ecore_Fd_Handler* DBus::Ecore::BusWatch::fd_handler |
|
private |
The documentation for this class was generated from the following files: