[][src]Trait webkit2gtk_webextension::DOMProcessingInstructionExt

pub trait DOMProcessingInstructionExt: 'static {
    fn get_sheet(&self) -> Option<DOMStyleSheet>;
fn get_target(&self) -> Option<GString>;
fn connect_property_sheet_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_target_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_sheet(&self) -> Option<DOMStyleSheet>

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

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

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

Loading content...

Implementors

impl<O: IsA<DOMProcessingInstruction>> DOMProcessingInstructionExt for O[src]

Loading content...