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,
41 void _dbus_object_tree_unregister_and_unlock (DBusObjectTree *tree,
43 DBusHandlerResult _dbus_object_tree_dispatch_and_unlock (DBusObjectTree *tree
    [all...]
dbus-object-tree.c 2 /* dbus-object-tree.c DBusObjectTree (internals of DBusConnection)
33 * @defgroup DBusObjectTree A hierarchy of objects with container-contained relationship
35 * @brief DBusObjectTree is used by DBusConnection to track the object tree
37 * Types and functions related to DBusObjectTree. These
53 * Internals of DBusObjectTree
55 struct DBusObjectTree
89 DBusObjectTree*
92 DBusObjectTree *tree;
99 tree = dbus_new0 (DBusObjectTree, 1);
126 DBusObjectTree *
    [all...]

Completed in 46 milliseconds