Trait gtk4::prelude::AppChooserExt[][src]

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

Required methods

Returns the currently selected application.

Returns

a GAppInfo for the currently selected application

Returns the content type for which the AppChooser shows applications.

Returns

the content type of self. Free with g_free()

Reloads the list of applications.

Implementors