Type Alias GDBusSignalInfo

Source
pub type GDBusSignalInfo = _GDBusSignalInfo;
Expand description

GDBusSignalInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus signal, e.g. “NameOwnerChanged”. @args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no arguments. @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 signal on a D-Bus interface.

Since: 2.26

Aliased Type§

struct GDBusSignalInfo {
    pub ref_count: i32,
    pub name: *mut i8,
    pub args: *mut *mut _GDBusArgInfo,
    pub annotations: *mut *mut _GDBusAnnotationInfo,
}

Fields§

§ref_count: i32§name: *mut i8§args: *mut *mut _GDBusArgInfo§annotations: *mut *mut _GDBusAnnotationInfo