Searched defs:DBusObjectSubtree (Results 1 – 1 of 1) sorted by relevance
44 typedef struct DBusObjectSubtree DBusObjectSubtree; typedef68 struct DBusObjectSubtree struct71 DBusObjectSubtree *parent; /**< Parent node */ argument75 DBusObjectSubtree **subtrees; /**< Child nodes */ argument76 int n_subtrees; /**< Number of child nodes */77 … max_subtrees; /**< Number of allocated entries in subtrees */78 …_fallback : 1; /**< Whether to invoke message_function when child nodes don't handle the message */79 char name[1]; /**< Allocated as large as necessary */