Type Alias GDBusArgInfo

Source
pub type GDBusArgInfo = _GDBusArgInfo;
Expand description

GDBusArgInfo: @ref_count: The reference count or -1 if statically allocated. @name: Name of the argument, e.g. @unix_user_id. @signature: D-Bus signature of the argument (a single complete type). @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 argument for a method or a signal.

Since: 2.26

Aliased Type§

#[repr(C)]
pub struct GDBusArgInfo { pub ref_count: i32, pub name: *mut i8, pub signature: *mut i8, pub annotations: *mut *mut _GDBusAnnotationInfo, }

Fields§

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