[go: up one dir, main page]

AppChooserExt

Trait AppChooserExt 

Source
pub trait AppChooserExt: IsA<AppChooser> + 'static {
    // Provided methods
    fn app_info(&self) -> Option<AppInfo> { ... }
    fn content_type(&self) -> GString { ... }
    fn refresh(&self) { ... }
}
๐Ÿ‘ŽDeprecated: Since 4.10

Provided Methodsยง

Source

fn app_info(&self) -> Option<AppInfo>

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn content_type(&self) -> GString

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn refresh(&self)

๐Ÿ‘ŽDeprecated: Since 4.10

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementorsยง