[−][src]Trait gio::prelude::DBusObjectExt
Required methods
fn get_interface(&self, interface_name: &str) -> Option<DBusInterface>
fn get_interfaces(&self) -> Vec<DBusInterface>
fn get_object_path(&self) -> Option<GString>
fn connect_interface_added<F: Fn(&Self, &DBusInterface) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_interface_removed<F: Fn(&Self, &DBusInterface) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<DBusObject>> DBusObjectExt for O
[src]
fn get_interface(&self, interface_name: &str) -> Option<DBusInterface>
[src]
fn get_interfaces(&self) -> Vec<DBusInterface>
[src]
fn get_object_path(&self) -> Option<GString>
[src]
fn connect_interface_added<F: Fn(&Self, &DBusInterface) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_interface_removed<F: Fn(&Self, &DBusInterface) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId