[][src]Trait webkit2gtk_webextension::HitTestResultExt

pub trait HitTestResultExt: 'static {
    fn context_is_editable(&self) -> bool;
fn context_is_image(&self) -> bool;
fn context_is_link(&self) -> bool;
fn context_is_media(&self) -> bool;
fn context_is_scrollbar(&self) -> bool;
fn get_context(&self) -> u32;
fn get_image_uri(&self) -> Option<GString>;
fn get_link_label(&self) -> Option<GString>;
fn get_link_title(&self) -> Option<GString>;
fn get_link_uri(&self) -> Option<GString>;
fn get_media_uri(&self) -> Option<GString>; }

Required methods

Loading content...

Implementors

Loading content...