GDBusInterfaceSetPropertyFunc

Type Alias GDBusInterfaceSetPropertyFunc 

Source
pub type GDBusInterfaceSetPropertyFunc = Option<unsafe extern "C" fn(connection: *mut GDBusConnection, sender: *const gchar, object_path: *const gchar, interface_name: *const gchar, property_name: *const gchar, value: *mut GVariant, error: *mut *mut GError, user_data: gpointer) -> gboolean>;

Aliased Type§

pub enum GDBusInterfaceSetPropertyFunc {
    None,
    Some(unsafe extern "C" fn(*mut _GDBusConnection, *const i8, *const i8, *const i8, *const i8, *mut _GVariant, *mut *mut _GError, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _GDBusConnection, *const i8, *const i8, *const i8, *const i8, *mut _GVariant, *mut *mut _GError, *mut c_void) -> i32)

Some value of type T.