Trait gtk::prelude::AppChooserExt[][src]

pub trait AppChooserExt: 'static {
    fn get_app_info(&self) -> Option<AppInfo>;
fn get_content_type(&self) -> Option<String>;
fn refresh(&self); }

Required methods

fn get_app_info(&self) -> Option<AppInfo>[src]

fn get_content_type(&self) -> Option<String>[src]

fn refresh(&self)[src]

Loading content...

Implementors

impl<O: IsA<AppChooser>> AppChooserExt for O[src]

Loading content...