D-Bus 1.14.10
|
Internals of DBusObjectTree. More...
Data Fields | |
int | refcount |
Reference count. More... | |
DBusConnection * | connection |
Connection this tree belongs to. More... | |
DBusObjectSubtree * | root |
Root of the tree ("/" node) More... | |
Internals of DBusObjectTree.
Definition at line 58 of file dbus-object-tree.c.
DBusConnection* DBusObjectTree::connection |
Connection this tree belongs to.
Definition at line 61 of file dbus-object-tree.c.
Referenced by _dbus_object_tree_dispatch_and_unlock(), and _dbus_object_tree_new().
int DBusObjectTree::refcount |
Reference count.
Definition at line 60 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 63 of file dbus-object-tree.c.
Referenced by _dbus_object_tree_free_all_unlocked(), and _dbus_object_tree_new().