[][src]Trait webkit2gtk::URISchemeRequestExt

pub trait URISchemeRequestExt: 'static {
    fn get_path(&self) -> Option<GString>;
fn get_scheme(&self) -> Option<GString>;
fn get_uri(&self) -> Option<GString>;
fn get_web_view(&self) -> Option<WebView>; }

Required methods

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

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

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

fn get_web_view(&self) -> Option<WebView>

Loading content...

Implementors

impl<O: IsA<URISchemeRequest>> URISchemeRequestExt for O[src]

Loading content...