GAppInfoIface

Type Alias GAppInfoIface 

Source
pub type GAppInfoIface = _GAppInfoIface;

Aliased Type§

#[repr(C)]
pub struct GAppInfoIface {
Show 26 fields pub g_iface: _GTypeInterface, pub dup: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *mut _GAppInfo>, pub equal: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GAppInfo) -> i32>, pub get_id: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>, pub get_name: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>, pub get_description: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>, pub get_executable: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>, pub get_icon: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *mut _GIcon>, pub launch: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GList, *mut _GAppLaunchContext, *mut *mut _GError) -> i32>, pub supports_uris: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>, pub supports_files: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>, pub launch_uris: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GList, *mut _GAppLaunchContext, *mut *mut _GError) -> i32>, pub should_show: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>, pub set_as_default_for_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>, pub set_as_default_for_extension: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>, pub add_supports_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>, pub can_remove_supports_type: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>, pub remove_supports_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>, pub can_delete: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>, pub do_delete: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>, pub get_commandline: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>, pub get_display_name: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>, pub set_as_last_used_for_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>, pub get_supported_types: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *mut *const i8>, pub launch_uris_async: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GList, *mut _GAppLaunchContext, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>, pub launch_uris_finish: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GAsyncResult, *mut *mut _GError) -> i32>,
}

Fields§

§g_iface: _GTypeInterface§dup: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *mut _GAppInfo>§equal: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GAppInfo) -> i32>§get_id: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>§get_name: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>§get_description: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>§get_executable: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>§get_icon: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *mut _GIcon>§launch: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GList, *mut _GAppLaunchContext, *mut *mut _GError) -> i32>§supports_uris: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>§supports_files: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>§launch_uris: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GList, *mut _GAppLaunchContext, *mut *mut _GError) -> i32>§should_show: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>§set_as_default_for_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>§set_as_default_for_extension: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>§add_supports_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>§can_remove_supports_type: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>§remove_supports_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>§can_delete: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>§do_delete: Option<unsafe extern "C" fn(*mut _GAppInfo) -> i32>§get_commandline: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>§get_display_name: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>§set_as_last_used_for_type: Option<unsafe extern "C" fn(*mut _GAppInfo, *const i8, *mut *mut _GError) -> i32>§get_supported_types: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *mut *const i8>§launch_uris_async: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GList, *mut _GAppLaunchContext, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§launch_uris_finish: Option<unsafe extern "C" fn(*mut _GAppInfo, *mut _GAsyncResult, *mut *mut _GError) -> i32>