Trait webkit2gtk::PluginExt

source ·
pub trait PluginExt: 'static {
    // Required methods
    fn description(&self) -> Option<GString>;
    fn mime_info_list(&self) -> Vec<MimeInfo>;
    fn name(&self) -> Option<GString>;
    fn path(&self) -> Option<GString>;
}
👎Deprecated: Since 2.32

Required Methods§

source

fn description(&self) -> Option<GString>

👎Deprecated: Since 2.32
source

fn mime_info_list(&self) -> Vec<MimeInfo>

👎Deprecated: Since 2.32
source

fn name(&self) -> Option<GString>

👎Deprecated: Since 2.32
source

fn path(&self) -> Option<GString>

👎Deprecated: Since 2.32

Implementors§

source§

impl<O: IsA<Plugin>> PluginExt for O