[][src]Trait webkit2gtk::ResponsePolicyDecisionExt

pub trait ResponsePolicyDecisionExt: 'static {
    fn get_request(&self) -> Option<URIRequest>;
fn get_response(&self) -> Option<URIResponse>;
fn connect_property_request_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_response_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_request(&self) -> Option<URIRequest>

fn get_response(&self) -> Option<URIResponse>

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

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

Loading content...

Implementors

impl<O: IsA<ResponsePolicyDecision>> ResponsePolicyDecisionExt for O[src]

Loading content...