Struct frida_sys::_GAppInfoIface [−][src]
Fields
g_iface: GTypeInterfacedup: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *mut GAppInfo>equal: Option<unsafe extern "C" fn(appinfo1: *mut GAppInfo, appinfo2: *mut GAppInfo) -> gboolean>get_id: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>get_name: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>get_description: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>get_executable: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>get_icon: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *mut GIcon>launch: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, files: *mut GList, context: *mut GAppLaunchContext, error: *mut *mut GError) -> gboolean>supports_uris: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>supports_files: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>launch_uris: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, uris: *mut GList, context: *mut GAppLaunchContext, error: *mut *mut GError) -> gboolean>should_show: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>set_as_default_for_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>set_as_default_for_extension: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, extension: *const c_char, error: *mut *mut GError) -> gboolean>add_supports_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>can_remove_supports_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>remove_supports_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>can_delete: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>do_delete: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>get_commandline: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>get_display_name: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>set_as_last_used_for_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>get_supported_types: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *mut *const c_char>launch_uris_async: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, uris: *mut GList, context: *mut GAppLaunchContext, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>launch_uris_finish: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, result: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>Trait Implementations
impl Clone for _GAppInfoIface[src]
fn clone(&self) -> _GAppInfoIface[src]
pub 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 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,
pub fn borrow_mut(&mut self) -> &mut T[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut 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.
pub 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>,