pub trait AppChooserExt: 'static {
    fn app_info(&self) -> Option<AppInfo>;
    fn content_type(&self) -> GString;
    fn refresh(&self);
}

Required methods

Implementors