Trait sourceview5::prelude::NetworkServiceExt
source · pub trait NetworkServiceExt: IsA<NetworkService> + Sealed + 'static {
// Provided methods
fn domain(&self) -> GString { ... }
fn protocol(&self) -> GString { ... }
fn scheme(&self) -> GString { ... }
fn service(&self) -> GString { ... }
fn set_scheme(&self, scheme: &str) { ... }
fn connect_scheme_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
}
Provided Methods§
fn domain(&self) -> GString
fn protocol(&self) -> GString
fn scheme(&self) -> GString
fn service(&self) -> GString
fn set_scheme(&self, scheme: &str)
fn connect_scheme_notify<F>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.