#include <ecore-integration.h>

Public Member Functions | |
BusDispatcher () | |
void | enter () |
void | leave () |
Timeout * | add_timeout (Timeout::Internal *) |
void | rem_timeout (Timeout *) |
Watch * | add_watch (Watch::Internal *) |
void | rem_watch (Watch *) |
![]() | |
virtual | ~Dispatcher () |
void | queue_connection (Connection::Private *) |
void | dispatch_pending () |
bool | has_something_to_dispatch () |
Static Public Member Functions | |
static Eina_Bool | dispatch (void *data, Ecore_Fd_Handler *fdh) |
static Eina_Bool | check (void *data, Ecore_Fd_Handler *fdh) |
Detailed Description
Definition at line 91 of file ecore-integration.h.
Constructor & Destructor Documentation
◆ BusDispatcher()
Ecore::BusDispatcher::BusDispatcher | ( | ) |
Definition at line 154 of file ecore-integration.cpp.
Member Function Documentation
◆ add_timeout()
|
virtual |
Implements DBus::Dispatcher.
Definition at line 163 of file ecore-integration.cpp.
References DBus::debug_log, and DBus::Timeout::enabled().
◆ add_watch()
|
virtual |
Implements DBus::Dispatcher.
Definition at line 179 of file ecore-integration.cpp.
References DBus::Ecore::BusWatch::data(), DBus::debug_log, DBus::Watch::descriptor(), DBus::Watch::enabled(), and DBus::Watch::flags().
◆ check()
|
static |
Definition at line 158 of file ecore-integration.cpp.
Referenced by dispatch().
◆ dispatch()
|
static |
References check().
◆ enter()
|
inlinevirtual |
Implements DBus::Dispatcher.
Definition at line 96 of file ecore-integration.h.
◆ leave()
|
inlinevirtual |
Implements DBus::Dispatcher.
Definition at line 98 of file ecore-integration.h.
◆ rem_timeout()
|
virtual |
Implements DBus::Dispatcher.
Definition at line 172 of file ecore-integration.cpp.
References DBus::debug_log.
◆ rem_watch()
|
virtual |
Implements DBus::Dispatcher.
Definition at line 190 of file ecore-integration.cpp.
References DBus::debug_log.
The documentation for this class was generated from the following files: