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>;
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),
}