Struct
GioDBusAnnotationInfo
Description
struct GDBusAnnotationInfo {
gint ref_count;
gchar* key;
gchar* value;
GDBusAnnotationInfo** annotations;
}
Information about an annotation.
Structure members
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 |
A pointer to a |
Available since: | 2.26 |
Instance methods
g_dbus_annotation_info_ref
If info
is statically allocated does nothing. Otherwise increases
the reference count.
Available since: 2.26
g_dbus_annotation_info_unref
If info
is statically allocated, does nothing. Otherwise decreases
the reference count of info
. When its reference count drops to 0,
the memory used is freed.
Available since: 2.26