Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdbusintrospection.h>
Data Fields | |
gint | ref_count |
gchar * | key |
gchar * | value |
GDBusAnnotationInfo ** | annotations |
GDBusAnnotationInfo: @ref_count: The reference count or -1 if statically allocated. @key: The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated". @value: The value of the annotation. @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 an annotation.
Since: 2.26
Definition at line 45 of file gdbusintrospection.h.
GDBusAnnotationInfo** _GDBusAnnotationInfo::annotations |
Definition at line 51 of file gdbusintrospection.h.
gchar* _GDBusAnnotationInfo::key |
Definition at line 49 of file gdbusintrospection.h.
gint _GDBusAnnotationInfo::ref_count |
Definition at line 48 of file gdbusintrospection.h.
gchar* _GDBusAnnotationInfo::value |
Definition at line 50 of file gdbusintrospection.h.