Struct gio_sys::GAppInfoIface [] [src]

#[repr(C)]
pub struct GAppInfoIface { 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, _: *mut 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 *mut c_char>, }

Fields

Trait Implementations

impl Copy for GAppInfoIface
[src]

impl Clone for GAppInfoIface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GAppInfoIface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GAppInfoIface

impl Sync for GAppInfoIface