[−][src]Struct gio_sys::GAppInfoIface
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
impl Clone for GAppInfoIface
[src][+]
impl Copy for GAppInfoIface
[src]
impl Debug for GAppInfoIface
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GAppInfoIface
impl Send for GAppInfoIface
impl Sync for GAppInfoIface
impl Unpin for GAppInfoIface
impl UnwindSafe for GAppInfoIface
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,