| D-Bus
    1.12.16
    | 
Struct representing a single registered subtree handler, or node that's a parent of a registered subtree handler. More...
| Data Fields | |
| DBusAtomic | refcount | 
| Reference count. | |
| DBusObjectSubtree * | parent | 
| Parent node. | |
| DBusObjectPathUnregisterFunction | unregister_function | 
| Function to call on unregister. | |
| DBusObjectPathMessageFunction | message_function | 
| Function to handle messages. | |
| void * | user_data | 
| Data for functions. | |
| DBusObjectSubtree ** | subtrees | 
| Child nodes. | |
| int | n_subtrees | 
| Number of child nodes. | |
| int | max_subtrees | 
| Number of allocated entries in subtrees. | |
| unsigned int | invoke_as_fallback: 1 | 
| Whether to invoke message_function when child nodes don't handle the message. | |
| char | name [1] | 
| Allocated as large as necessary. | |
Struct representing a single registered subtree handler, or node that's a parent of a registered subtree handler.
If message_function != NULL there's actually a handler at this node.
Definition at line 70 of file dbus-object-tree.c.
 1.8.17
 1.8.17