Type Alias GDBusPropertyInfo

Source
pub type GDBusPropertyInfo = _GDBusPropertyInfo;
Expand description

GDBusPropertyInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus property, e.g. “SupportedFilesystems”. @signature: The D-Bus signature of the property (a single complete type). @flags: Access control flags for the property. @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 a D-Bus property on a D-Bus interface.

Since: 2.26

Aliased Type§

struct GDBusPropertyInfo {
    pub ref_count: i32,
    pub name: *mut i8,
    pub signature: *mut i8,
    pub flags: u32,
    pub annotations: *mut *mut _GDBusAnnotationInfo,
}

Fields§

§ref_count: i32§name: *mut i8§signature: *mut i8§flags: u32§annotations: *mut *mut _GDBusAnnotationInfo