GDBusAnnotationInfo

Information about an annotation. volatile gint ref_count; The reference count or -1 if statically allocated. gchar *key; The name of the annotation, e.g. "org.freedesktop.DBus.Deprecated". gchar *value; The value of the annotation. GDBusAnnotationInfo **annotations; A pointer to a NULL-terminated array of pointers to GDBusAnnotationInfo structures or NULL if there are no annotations. Since 2.26

Members

Variables

annotations
GDBusAnnotationInfo** annotations;
Undocumented in source.
key
char* key;
Undocumented in source.
refCount
int refCount;
Undocumented in source.
value
char* value;
Undocumented in source.

Meta