[][src]Trait webkit2gtk::PluginExt

pub trait PluginExt: 'static {
    fn get_description(&self) -> Option<GString>;
fn get_mime_info_list(&self) -> Vec<MimeInfo>;
fn get_name(&self) -> Option<GString>;
fn get_path(&self) -> Option<GString>; }

Required methods

Loading content...

Implementors

impl<O: IsA<Plugin>> PluginExt for O[src]

Loading content...