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),
F: 'static + Fn(&Self),
Implementors
impl<O> NetworkServiceExt for O where
O: IsA<NetworkService>,
O: IsA<NetworkService>,
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(&O),
F: 'static + Fn(&O),