gio_sysType Alias GDBusInterfaceMethodCallFunc
Source pub type GDBusInterfaceMethodCallFunc = Option<unsafe extern "C" fn(_: *mut GDBusConnection, _: *const c_char, _: *const c_char, _: *const c_char, _: *const c_char, _: *mut GVariant, _: *mut GDBusMethodInvocation, _: gpointer)>;
enum GDBusInterfaceMethodCallFunc {
None,
Some(unsafe extern "C" fn(_: *mut GDBusConnection, _: *const i8, _: *const i8, _: *const i8, _: *const i8, _: *mut GVariant, _: *mut GDBusMethodInvocation, _: *mut c_void)),
}