[−][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]
fn clone(&self) -> GAppInfoIface
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for GAppInfoIface
[src]
impl Debug for GAppInfoIface
[src]
Auto Trait Implementations
impl Send for GAppInfoIface
impl Unpin for GAppInfoIface
impl Sync for GAppInfoIface
impl UnwindSafe for GAppInfoIface
impl RefUnwindSafe for GAppInfoIface
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,