summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-object-tree.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 17:19:36 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-10 17:33:18 +0100
commit557da1740631818f96e40d0016a4cabdf34ed0f1 (patch)
tree0374030e09240e0cca5a428dd6c0a7e64df823e8 /dbus/dbus-object-tree.h
parent1a5ef4003d07aab548e59621b1497b37ec84e59f (diff)
Add dbus_connection_try_register_object_path and dbus_connection_try_register_fallback, to make object path registration less painful for bindings
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,