Searched refs:DBusObjectTree (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-object-tree.h2 /* dbus-object-tree.h DBusObjectTree (internals of DBusConnection)
30 typedef struct DBusObjectTree DBusObjectTree; typedef in typeref:struct: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 *tre
[all...]
H A Ddbus-object-tree.c2 /* 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 struct
91 DBusObjectTree*
94 DBusObjectTree *tree;
101 tree = dbus_new0 (DBusObjectTree, 1);
128 DBusObjectTree *
[all...]
H A Ddbus-connection.c311 DBusObjectTree *objects; /**< Object path handlers registered with this connection */
1265 DBusObjectTree *objects;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dcleanup-man-pages.sh39 DBusMessageRealIter.* DBusObjectSubtree.* DBusObjectTree.* DBusPollFD.* DBusReal* \

Completed in 123 milliseconds