D-Bus 1.15.8
Data Fields

Internals of DBusObjectTree. More...

Data Fields

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

Detailed Description

Internals of DBusObjectTree.

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

Field Documentation

◆ connection

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(), and _dbus_object_tree_new().

◆ 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(), and _dbus_object_tree_new().


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