Type Alias GDBusInterfaceMethodCallFunc
Source pub type GDBusInterfaceMethodCallFunc = Option<unsafe extern "C" fn(connection: *mut GDBusConnection, sender: *const gchar, object_path: *const gchar, interface_name: *const gchar, method_name: *const gchar, parameters: *mut GVariant, invocation: *mut GDBusMethodInvocation, user_data: gpointer)>;
pub 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)),
}