D-Bus 1.15.12
|
Internals of DBusObjectTree. More...
Data Fields | |
int | refcount |
Reference count. | |
DBusConnection * | connection |
Connection this tree belongs to. | |
DBusObjectSubtree * | root |
Root of the tree ("/" node) | |
Internals of DBusObjectTree.
Definition at line 60 of file dbus-object-tree.c.
DBusConnection* DBusObjectTree::connection |
Connection this tree belongs to.
Definition at line 63 of file dbus-object-tree.c.
Referenced by _dbus_object_tree_dispatch_and_unlock(), _dbus_object_tree_free_all_unlocked(), _dbus_object_tree_list_registered_and_unlock(), _dbus_object_tree_new(), and _dbus_object_tree_unregister_and_unlock().
int DBusObjectTree::refcount |
Reference count.
Definition at line 62 of file dbus-object-tree.c.
Referenced by _dbus_object_tree_new(), _dbus_object_tree_ref(), and _dbus_object_tree_unref().
DBusObjectSubtree* DBusObjectTree::root |
Root of the tree ("/" node)
Definition at line 65 of file dbus-object-tree.c.
Referenced by _dbus_object_tree_free_all_unlocked(), _dbus_object_tree_new(), and _dbus_object_tree_unregister_and_unlock().