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

Aliased Type§

enum GDBusInterfaceGetPropertyFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut _GDBusConnection, _: *const i8, _: *const i8, _: *const i8, _: *const i8, _: *mut *mut _GError, _: *mut c_void) -> *mut _GVariant),
}

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 *mut _GError, _: *mut c_void) -> *mut _GVariant)

Some value of type T.