Trait webkit2gtk_webextension::WebPageExt[][src]

pub trait WebPageExt {
    fn get_dom_document(&self) -> Option<DOMDocument>;
fn get_id(&self) -> u64;
fn get_uri(&self) -> Option<String>;
fn connect_document_loaded<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_send_request<F: Fn(&Self, &URIRequest, &Option<URIResponse>) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_uri_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors