Trait webkit2gtk::UserMediaPermissionRequestExt[][src]

pub trait UserMediaPermissionRequestExt {
    fn get_property_is_for_audio_device(&self) -> bool;
fn get_property_is_for_video_device(&self) -> bool;
fn connect_property_is_for_audio_device_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_for_video_device_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors