HomeSort by relevance Sort by last modified time
    Searched defs:DBusObjectTree (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-object-tree.h 2 /* dbus-object-tree.h DBusObjectTree (internals of DBusConnection)
30 typedef struct DBusObjectTree DBusObjectTree;
32 DBusObjectTree* _dbus_object_tree_new (DBusConnection *connection);
33 DBusObjectTree* _dbus_object_tree_ref (DBusObjectTree *tree);
34 void _dbus_object_tree_unref (DBusObjectTree *tree);
36 dbus_bool_t _dbus_object_tree_register (DBusObjectTree *tree,
42 void _dbus_object_tree_unregister_and_unlock (DBusObjectTree *tree,
44 DBusHandlerResult _dbus_object_tree_dispatch_and_unlock (DBusObjectTree *tree
    [all...]
dbus-object-tree.c 2 /* dbus-object-tree.c DBusObjectTree (internals of DBusConnection)
35 * @defgroup DBusObjectTree A hierarchy of objects with container-contained relationship
37 * @brief DBusObjectTree is used by DBusConnection to track the object tree
39 * Types and functions related to DBusObjectTree. These
55 * Internals of DBusObjectTree
57 struct DBusObjectTree
91 DBusObjectTree*
94 DBusObjectTree *tree;
101 tree = dbus_new0 (DBusObjectTree, 1);
128 DBusObjectTree *
    [all...]

Completed in 27 milliseconds