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

#include <gdbusintrospection.h>

Data Fields

gint ref_count
 
gcharkey
 
gcharvalue
 
GDBusAnnotationInfo ** annotations
 

Detailed Description

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.

Field Documentation

◆ annotations

GDBusAnnotationInfo** _GDBusAnnotationInfo::annotations

Definition at line 51 of file gdbusintrospection.h.

◆ key

gchar* _GDBusAnnotationInfo::key

Definition at line 49 of file gdbusintrospection.h.

◆ ref_count

gint _GDBusAnnotationInfo::ref_count

Definition at line 48 of file gdbusintrospection.h.

◆ value

gchar* _GDBusAnnotationInfo::value

Definition at line 50 of file gdbusintrospection.h.


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