Type Alias GAppInfoIface
Source pub type GAppInfoIface = _GAppInfoIface;
#[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>,
}
§get_commandline: Option<unsafe extern "C" fn(*mut _GAppInfo) -> *const i8>