GDBusNodeInfo

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

Members

Variables

annotations
GDBusAnnotationInfo** annotations;
Undocumented in source.
interfaces
GDBusInterfaceInfo** interfaces;
Undocumented in source.
nodes
GDBusNodeInfo** nodes;
Undocumented in source.
path
char* path;
Undocumented in source.
refCount
int refCount;
Undocumented in source.

Meta