#[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) -> gboolean>,
pub get_id: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>,
pub get_name: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>,
pub get_description: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>,
pub get_executable: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>,
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) -> gboolean>,
pub supports_uris: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>,
pub supports_files: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>,
pub launch_uris: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *mut GList, _: *mut GAppLaunchContext, _: *mut *mut GError) -> gboolean>,
pub should_show: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>,
pub set_as_default_for_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>,
pub set_as_default_for_extension: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>,
pub add_supports_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>,
pub can_remove_supports_type: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>,
pub remove_supports_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>,
pub can_delete: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>,
pub do_delete: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>,
pub get_commandline: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>,
pub get_display_name: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>,
pub set_as_last_used_for_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>,
pub get_supported_types: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *mut *const c_char>,
pub launch_uris_async: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *mut GList, _: *mut GAppLaunchContext, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
pub launch_uris_finish: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
}
Fields§
§g_iface: GTypeInterface
§dup: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *mut GAppInfo>
§equal: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *mut GAppInfo) -> gboolean>
§get_id: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>
§get_name: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>
§get_description: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>
§get_executable: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>
§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) -> gboolean>
§supports_uris: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>
§supports_files: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>
§launch_uris: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *mut GList, _: *mut GAppLaunchContext, _: *mut *mut GError) -> gboolean>
§should_show: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>
§set_as_default_for_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>
§set_as_default_for_extension: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>
§add_supports_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>
§can_remove_supports_type: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>
§remove_supports_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>
§can_delete: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>
§do_delete: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> gboolean>
§get_commandline: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>
§get_display_name: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *const c_char>
§set_as_last_used_for_type: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *const c_char, _: *mut *mut GError) -> gboolean>
§get_supported_types: Option<unsafe extern "C" fn(_: *mut GAppInfo) -> *mut *const c_char>
§launch_uris_async: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *mut GList, _: *mut GAppLaunchContext, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
§launch_uris_finish: Option<unsafe extern "C" fn(_: *mut GAppInfo, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
Trait Implementations§
Source§impl Clone for GAppInfoIface
impl Clone for GAppInfoIface
Source§fn clone(&self) -> GAppInfoIface
fn clone(&self) -> GAppInfoIface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GAppInfoIface
impl Debug for GAppInfoIface
impl Copy for GAppInfoIface
Auto Trait Implementations§
impl Freeze for GAppInfoIface
impl RefUnwindSafe for GAppInfoIface
impl Send for GAppInfoIface
impl Sync for GAppInfoIface
impl Unpin for GAppInfoIface
impl UnwindSafe for GAppInfoIface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)