summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-07-08 05:07:32 +0000
committerHavoc Pennington <hp@redhat.com>2003-07-08 05:07:32 +0000
commitd8abf955f5bff3e83cabd267883039f7a42c98c3 (patch)
tree8c3f33fcb6fac2593f44bf5cf8cd48f7a46dce1f /dbus/dbus-test.h
parent3f1ad214b5e5c63697ee208d459b304a4ef6e79b (diff)
2003-07-08 Havoc Pennington <hp@pobox.com>
* dbus/dbus-object.h: sketch out an API for registering objects with a connection, that allows us to use as little as 24 bytes per object and lets application code represent an object in any conceivable way. * dbus/dbus-object-registry.c: implement the hard bits of the DBusConnection aspect of object API. Not yet wired up.
Diffstat (limited to 'dbus/dbus-test.h')
-rw-r--r--dbus/dbus-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-test.h b/dbus/dbus-test.h
index 512cb9a6..c9555e2d 100644
--- a/dbus/dbus-test.h
+++ b/dbus/dbus-test.h
@@ -54,6 +54,7 @@ dbus_bool_t _dbus_spawn_test (const char *test_data_dir);
dbus_bool_t _dbus_userdb_test (const char *test_data_dir);
dbus_bool_t _dbus_memory_test (void);
dbus_bool_t _dbus_object_id_test (void);
+dbus_bool_t _dbus_object_registry_test (void);
void dbus_internal_do_not_use_run_tests (const char *test_data_dir);