[][src]Trait webkit2gtk_webextension::DOMTextExt

pub trait DOMTextExt: 'static {
    fn get_whole_text(&self) -> Option<GString>;
fn replace_whole_text(&self, content: &str) -> Result<DOMText, Error>;
fn split_text(&self, offset: c_ulong) -> Result<DOMText, Error>;
fn connect_property_whole_text_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn replace_whole_text(&self, content: &str) -> Result<DOMText, Error>

fn split_text(&self, offset: c_ulong) -> Result<DOMText, Error>

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

Loading content...

Implementors

impl<O: IsA<DOMText>> DOMTextExt for O[src]

Loading content...