e_dbus_message.c File Reference
Include dependency graph for e_dbus_message.c:Data Structures | |
| struct | E_DBus_Pending_Call_Data |
Typedefs | |
| typedef struct E_DBus_Pending_Call_Data | E_DBus_Pending_Call_Data |
Functions | |
| EAPI DBusPendingCall * | e_dbus_message_send (E_DBus_Connection *conn, DBusMessage *msg, E_DBus_Method_Return_Cb cb_return, int timeout, void *data) |
| Send a DBus message with callbacks. More... | |
| EAPI DBusPendingCall * | e_dbus_method_call_send (E_DBus_Connection *conn, DBusMessage *msg, E_DBus_Unmarshal_Func unmarshal_func, E_DBus_Callback_Func cb_func, E_DBus_Free_Func free_func, int timeout, void *data) |
Typedef Documentation
| typedef struct E_DBus_Pending_Call_Data E_DBus_Pending_Call_Data |

