[][src]Trait webkit2gtk_webextension::DOMHTMLMetaElementExt

pub trait DOMHTMLMetaElementExt: 'static {
    fn get_content(&self) -> Option<GString>;
fn get_http_equiv(&self) -> Option<GString>;
fn get_name(&self) -> Option<GString>;
fn get_scheme(&self) -> Option<GString>;
fn set_content(&self, value: &str);
fn set_http_equiv(&self, value: &str);
fn set_name(&self, value: &str);
fn set_scheme(&self, value: &str);
fn connect_property_content_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_http_equiv_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_scheme_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

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

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

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

fn set_content(&self, value: &str)

fn set_http_equiv(&self, value: &str)

fn set_name(&self, value: &str)

fn set_scheme(&self, value: &str)

fn connect_property_content_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_http_equiv_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_scheme_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<DOMHTMLMetaElement>> DOMHTMLMetaElementExt for O[src]

Loading content...