Searched defs:DBusObjectSubtree (Results 1 – 1 of 1) sorted by relevance
46 typedef struct DBusObjectSubtree DBusObjectSubtree; typedef70 struct DBusObjectSubtree struct73 DBusObjectSubtree *parent; /**< Parent node */ argument77 DBusObjectSubtree **subtrees; /**< Child nodes */ argument78 int n_subtrees; /**< Number of child nodes */79 … max_subtrees; /**< Number of allocated entries in subtrees */80 …_fallback : 1; /**< Whether to invoke message_function when child nodes don't handle the message */81 char name[1]; /**< Allocated as large as necessary */