Type Alias GDBusAnnotationInfo

Source
pub type GDBusAnnotationInfo = _GDBusAnnotationInfo;
Expand 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

Aliased Type§

struct GDBusAnnotationInfo {
    pub ref_count: i32,
    pub key: *mut i8,
    pub value: *mut i8,
    pub annotations: *mut *mut _GDBusAnnotationInfo,
}

Fields§

§ref_count: i32§key: *mut i8§value: *mut i8§annotations: *mut *mut _GDBusAnnotationInfo