Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GDBusNodeInfo Struct Reference

#include <gdbusintrospection.h>

Data Fields

gint ref_count
 
gcharpath
 
GDBusInterfaceInfo ** interfaces
 
GDBusNodeInfo ** nodes
 
GDBusAnnotationInfo ** annotations
 

Detailed Description

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.

Field Documentation

◆ annotations

GDBusAnnotationInfo** _GDBusNodeInfo::annotations

Definition at line 181 of file gdbusintrospection.h.

◆ interfaces

GDBusInterfaceInfo** _GDBusNodeInfo::interfaces

Definition at line 179 of file gdbusintrospection.h.

◆ nodes

GDBusNodeInfo** _GDBusNodeInfo::nodes

Definition at line 180 of file gdbusintrospection.h.

◆ path

gchar* _GDBusNodeInfo::path

Definition at line 178 of file gdbusintrospection.h.

◆ ref_count

gint _GDBusNodeInfo::ref_count

Definition at line 177 of file gdbusintrospection.h.


The documentation for this struct was generated from the following file: