lib/dbus/e_dbus_util.c File Reference
#include <stdlib.h>#include "e_dbus_private.h"
Include dependency graph for e_dbus_util.c:
Functions | |
| const char * | e_dbus_basic_type_as_string (int type) |
| EAPI void | e_dbus_callback_call (E_DBus_Callback *cb, void *data, DBusError *error) |
| EAPI void | e_dbus_callback_free (E_DBus_Callback *callback) |
| Free a callback structure. | |
| EAPI E_DBus_Callback * | e_dbus_callback_new (E_DBus_Callback_Func cb_func, E_DBus_Unmarshal_Func unmarshal_func, E_DBus_Free_Func free_func, void *user_data) |
| Create a callback structure. | |
| EAPI void | e_dbus_callback_return_free (E_DBus_Callback *cb, void *data) |
| EAPI void * | e_dbus_callback_unmarshal (E_DBus_Callback *cb, DBusMessage *msg, DBusError *err) |
Function Documentation
| const char* e_dbus_basic_type_as_string | ( | int | type | ) |
