Trait sourceview5::prelude::AppChooserExt
source · pub trait AppChooserExt: IsA<AppChooser> + Sealed + 'static {
// Provided methods
fn app_info(&self) -> Option<AppInfo> { ... }
fn content_type(&self) -> GString { ... }
fn refresh(&self) { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn app_info(&self) -> Option<AppInfo>
👎Deprecated: Since 4.10
fn content_type(&self) -> GString
👎Deprecated: Since 4.10
fn refresh(&self)
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.