Trait gtk4::prelude::AppChooserExt
source · pub trait AppChooserExt: 'static {
// Required methods
fn app_info(&self) -> Option<AppInfo>;
fn content_type(&self) -> GString;
fn refresh(&self);
}
pub trait AppChooserExt: 'static {
// Required methods
fn app_info(&self) -> Option<AppInfo>;
fn content_type(&self) -> GString;
fn refresh(&self);
}