E_DBus_Connection Struct Reference
#include <e_dbus_private.h>
Data Fields | |
| DBusConnection * | conn |
| char * | conn_name |
| Eina_List * | fd_handlers |
| Ecore_Idler * | idler |
| int | refcount |
| DBusBusType | shared_type |
| void(* | signal_dispatcher )(E_DBus_Connection *conn, DBusMessage *msg) |
| Eina_List * | signal_handlers |
| Eina_List * | timeouts |
Field Documentation
| DBusConnection* E_DBus_Connection::conn |
| Eina_List* E_DBus_Connection::fd_handlers |
| Ecore_Idler* E_DBus_Connection::idler |
Referenced by e_dbus_connection_close().
Referenced by e_dbus_connection_close(), and e_dbus_connection_ref().
| DBusBusType E_DBus_Connection::shared_type |
Referenced by e_dbus_bus_get().
| void(* E_DBus_Connection::signal_dispatcher)(E_DBus_Connection *conn, DBusMessage *msg) |
Referenced by e_dbus_signal_handler_add().
| Eina_List* E_DBus_Connection::signal_handlers |
| Eina_List* E_DBus_Connection::timeouts |
The documentation for this struct was generated from the following file:
- lib/dbus/e_dbus_private.h
