Trait webkit2gtk::PluginExt

source ·
pub trait PluginExt: IsA<Plugin> + Sealed + 'static {
    // Provided 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

Provided 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

Object Safety§

This trait is not object safe.

Implementors§

source§

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