Trait ux::prelude::NetworkServiceExt[]

pub trait NetworkServiceExt: 'static {
    pub fn get_domain(&self) -> Option<GString>;
pub fn get_protocol(&self) -> Option<GString>;
pub fn get_scheme(&self) -> Option<GString>;
pub fn get_service(&self) -> Option<GString>;
pub fn set_scheme(&self, scheme: &str);
pub fn connect_property_scheme_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
; }

Required methods

pub fn get_domain(&self) -> Option<GString>

pub fn get_protocol(&self) -> Option<GString>

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

pub fn get_service(&self) -> Option<GString>

pub fn set_scheme(&self, scheme: &str)

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

Loading content...

Implementors

impl<O> NetworkServiceExt for O where
    O: IsA<NetworkService>, 

Loading content...