[][src]Trait goa::MediaServerExt

pub trait MediaServerExt: 'static {
    fn dup_udn(&self) -> Option<GString>;
fn get_dlna_supported(&self) -> bool;
fn get_udn(&self) -> Option<GString>;
fn set_dlna_supported(&self, value: bool);
fn set_udn(&self, value: &str);
fn connect_property_dlna_supported_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_udn_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn get_dlna_supported(&self) -> bool

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

fn set_dlna_supported(&self, value: bool)

fn set_udn(&self, value: &str)

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

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

Loading content...

Implementors

impl<O: IsA<MediaServer>> MediaServerExt for O[src]

Loading content...