diff options
Diffstat (limited to 'common/dbus-helper.h')
| -rw-r--r-- | common/dbus-helper.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/common/dbus-helper.h b/common/dbus-helper.h index 1c3809d7..49db1c58 100644 --- a/common/dbus-helper.h +++ b/common/dbus-helper.h @@ -34,6 +34,10 @@ dbus_bool_t dbus_connection_create_object_path(DBusConnection *connection,  dbus_bool_t dbus_connection_destroy_object_path(DBusConnection *connection,  							const char *path); +dbus_bool_t dbus_connection_get_object_user_data(DBusConnection *connection, +							const char *path, +							void **data_p); +  typedef struct DBusMethodVTable DBusMethodVTable;  struct DBusMethodVTable {  | 
