[][src]Trait gio::DBusInterfaceSkeletonExt

pub trait DBusInterfaceSkeletonExt: 'static {
    fn export(
        &self,
        connection: &DBusConnection,
        object_path: &str
    ) -> Result<(), Error>;
fn flush(&self);
fn get_connection(&self) -> Option<DBusConnection>;
fn get_connections(&self) -> Vec<DBusConnection>;
fn get_flags(&self) -> DBusInterfaceSkeletonFlags;
fn get_object_path(&self) -> Option<GString>;
fn get_properties(&self) -> Option<Variant>;
fn has_connection(&self, connection: &DBusConnection) -> bool;
fn set_flags(&self, flags: DBusInterfaceSkeletonFlags);
fn unexport(&self);
fn unexport_from_connection(&self, connection: &DBusConnection);
fn get_property_g_flags(&self) -> DBusInterfaceSkeletonFlags;
fn set_property_g_flags(&self, g_flags: DBusInterfaceSkeletonFlags);
fn connect_g_authorize_method<F: Fn(&Self, &DBusMethodInvocation) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_g_flags_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn export(
    &self,
    connection: &DBusConnection,
    object_path: &str
) -> Result<(), Error>

fn flush(&self)

fn get_connection(&self) -> Option<DBusConnection>

fn get_connections(&self) -> Vec<DBusConnection>

fn get_flags(&self) -> DBusInterfaceSkeletonFlags

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

fn get_properties(&self) -> Option<Variant>

fn has_connection(&self, connection: &DBusConnection) -> bool

fn set_flags(&self, flags: DBusInterfaceSkeletonFlags)

fn unexport(&self)

fn unexport_from_connection(&self, connection: &DBusConnection)

fn get_property_g_flags(&self) -> DBusInterfaceSkeletonFlags

fn set_property_g_flags(&self, g_flags: DBusInterfaceSkeletonFlags)

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

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

Loading content...

Implementors

impl<O: IsA<DBusInterfaceSkeleton>> DBusInterfaceSkeletonExt for O[src]

Loading content...