[][src]Trait goa::ContactsExt

pub trait ContactsExt: 'static {
    fn dup_uri(&self) -> Option<GString>;
fn get_accept_ssl_errors(&self) -> bool;
fn get_uri(&self) -> Option<GString>;
fn set_accept_ssl_errors(&self, value: bool);
fn set_uri(&self, value: &str);
fn connect_property_accept_ssl_errors_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_uri_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn get_accept_ssl_errors(&self) -> bool

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

fn set_accept_ssl_errors(&self, value: bool)

fn set_uri(&self, value: &str)

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

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

Loading content...

Implementors

impl<O: IsA<Contacts>> ContactsExt for O[src]

Loading content...