GDBusAnnotationInfo

Information about an annotation.

Members

Variables

annotations
GDBusAnnotationInfo** annotations;

A pointer to a null-terminated array of pointers to #GDBusAnnotationInfo structures or null if there are no annotations.

key
char* key;

The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated".

refCount
int refCount;

The reference count or -1 if statically allocated.

value
char* value;

The value of the annotation.