#[repr(C)]
pub struct _GAppInfoIface {
Show 26 fields pub g_iface: GTypeInterface, pub dup: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *mut GAppInfo>, pub equal: Option<unsafe extern "C" fn(appinfo1: *mut GAppInfo, appinfo2: *mut GAppInfo) -> gboolean>, pub get_id: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>, pub get_name: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>, pub get_description: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>, pub get_executable: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>, pub get_icon: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *mut GIcon>, pub launch: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, files: *mut GList, context: *mut GAppLaunchContext, error: *mut *mut GError) -> gboolean>, pub supports_uris: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>, pub supports_files: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>, pub launch_uris: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, uris: *mut GList, context: *mut GAppLaunchContext, error: *mut *mut GError) -> gboolean>, pub should_show: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>, pub set_as_default_for_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>, pub set_as_default_for_extension: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, extension: *const c_char, error: *mut *mut GError) -> gboolean>, pub add_supports_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>, pub can_remove_supports_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>, pub remove_supports_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>, pub can_delete: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>, pub do_delete: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> gboolean>, pub get_commandline: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>, pub get_display_name: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *const c_char>, pub set_as_last_used_for_type: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, content_type: *const c_char, error: *mut *mut GError) -> gboolean>, pub get_supported_types: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo) -> *mut *const c_char>, pub 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)>, pub launch_uris_finish: Option<unsafe extern "C" fn(appinfo: *mut GAppInfo, result: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>,
}

Fields§

§g_iface: GTypeInterface§dup: 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§

source§

impl Clone for _GAppInfoIface

source§

fn clone(&self) -> _GAppInfoIface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _GAppInfoIface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for _GAppInfoIface

source§

fn eq(&self, other: &_GAppInfoIface) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _GAppInfoIface

source§

impl Eq for _GAppInfoIface

source§

impl StructuralPartialEq for _GAppInfoIface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.