Trait webkit2gtk::prelude::PluginExt
source · [−]pub trait PluginExt: 'static {
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
Expand description
Required Methods
sourcefn description(&self) -> Option<GString>
fn description(&self) -> Option<GString>
👎Deprecated: Since 2.32
sourcefn mime_info_list(&self) -> Vec<MimeInfo>
fn mime_info_list(&self) -> Vec<MimeInfo>
👎Deprecated: Since 2.32
Get information about MIME types handled by the plugin.
Get information about MIME types handled by the plugin,
as a list of MimeInfo
.
Deprecated since 2.32
Returns
a GList
of MimeInfo
.