summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-object-tree.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-09-06 18:21:00 +0000
committerHavoc Pennington <hp@redhat.com>2003-09-06 18:21:00 +0000
commit666fe95480c14d7cbf5143b1a4e1bf0558403d4d (patch)
treeb625219774e2dbf4418b1aa10480c2f949074d04 /dbus/dbus-object-tree.h
parentd7f8a9510f0987245a7473151dff7bfdd318d7fd (diff)
2003-09-06 Havoc Pennington <hp@pobox.com>
* dbus/dbus-connection.c (dbus_connection_register_fallback): add this (dbus_connection_register_object_path): make this not handle messages to paths below the given path
Diffstat (limited to 'dbus/dbus-object-tree.h')
-rw-r--r--dbus/dbus-object-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-object-tree.h b/dbus/dbus-object-tree.h
index 5d44bbe2..21d8b5f1 100644
--- a/dbus/dbus-object-tree.h
+++ b/dbus/dbus-object-tree.h
@@ -34,6 +34,7 @@ void _dbus_object_tree_ref (DBusObjectTree *tree);
void _dbus_object_tree_unref (DBusObjectTree *tree);
dbus_bool_t _dbus_object_tree_register (DBusObjectTree *tree,
+ dbus_bool_t fallback,
const char **path,
const DBusObjectPathVTable *vtable,
void *user_data);