Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdbusintrospection.h>
Data Fields | |
gint | ref_count |
gchar * | path |
GDBusInterfaceInfo ** | interfaces |
GDBusNodeInfo ** | nodes |
GDBusAnnotationInfo ** | annotations |
GDBusNodeInfo: @ref_count: The reference count or -1 if statically allocated. @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. @interfaces: (array zero-terminated=1): A pointer to a NULL-terminated array of pointers to GDBusInterfaceInfo structures or NULL if there are no interfaces. @nodes: (array zero-terminated=1): A pointer to a NULL-terminated array of pointers to GDBusNodeInfo structures or NULL if there are no nodes. @annotations: (array zero-terminated=1): A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations.
Information about nodes in a remote object hierarchy.
Since: 2.26
Definition at line 174 of file gdbusintrospection.h.
GDBusAnnotationInfo** _GDBusNodeInfo::annotations |
Definition at line 181 of file gdbusintrospection.h.
GDBusInterfaceInfo** _GDBusNodeInfo::interfaces |
Definition at line 179 of file gdbusintrospection.h.
GDBusNodeInfo** _GDBusNodeInfo::nodes |
Definition at line 180 of file gdbusintrospection.h.
gchar* _GDBusNodeInfo::path |
Definition at line 178 of file gdbusintrospection.h.
gint _GDBusNodeInfo::ref_count |
Definition at line 177 of file gdbusintrospection.h.