Information about nodes in a remote object hierarchy.
volatile gint ref_count;
The reference count or -1 if statically allocated.
gchar *path;
The path of the node or NULL if omitted. Note that this may be a relative path. See the D-Bus specification for more details.
GDBusInterfaceInfo **interfaces;
A pointer to a NULL-terminated array of pointers to GDBusInterfaceInfo structures or NULL if there are no interfaces.
GDBusNodeInfo **nodes;
A pointer to a NULL-terminated array of pointers to GDBusNodeInfo structures or NULL if there are no nodes.
GDBusAnnotationInfo **annotations;
A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations.
Since 2.26
Information about nodes in a remote object hierarchy. volatile gint ref_count; The reference count or -1 if statically allocated. gchar *path; The path of the node or NULL if omitted. Note that this may be a relative path. See the D-Bus specification for more details. GDBusInterfaceInfo **interfaces; A pointer to a NULL-terminated array of pointers to GDBusInterfaceInfo structures or NULL if there are no interfaces. GDBusNodeInfo **nodes; A pointer to a NULL-terminated array of pointers to GDBusNodeInfo structures or NULL if there are no nodes. GDBusAnnotationInfo **annotations; A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations. Since 2.26