D-Bus 1.15.12
Data Fields

Internals of DBusObjectTree. More...

Data Fields

int refcount
 Reference count.
 
DBusConnectionconnection
 Connection this tree belongs to.
 
DBusObjectSubtreeroot
 Root of the tree ("/" node)
 

Detailed Description

Internals of DBusObjectTree.

Definition at line 60 of file dbus-object-tree.c.

Field Documentation

◆ connection

DBusConnection* DBusObjectTree::connection

◆ refcount

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().

◆ root

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().


The documentation for this struct was generated from the following file: