summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-object-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-object-tree.h')
-rw-r--r--dbus/dbus-object-tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/dbus-object-tree.h b/dbus/dbus-object-tree.h
index 4434097d..7e06c1f6 100644
--- a/dbus/dbus-object-tree.h
+++ b/dbus/dbus-object-tree.h
@@ -37,7 +37,8 @@ dbus_bool_t _dbus_object_tree_register (DBusObjectTree
dbus_bool_t fallback,
const char **path,
const DBusObjectPathVTable *vtable,
- void *user_data);
+ void *user_data,
+ DBusError *error);
void _dbus_object_tree_unregister_and_unlock (DBusObjectTree *tree,
const char **path);
DBusHandlerResult _dbus_object_tree_dispatch_and_unlock (DBusObjectTree *tree,