[][src]Trait webkit2gtk_webextension::DOMFileListExt

pub trait DOMFileListExt: 'static {
    fn get_length(&self) -> c_ulong;
fn item(&self, index: c_ulong) -> Option<DOMFile>;
fn connect_property_length_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_length(&self) -> c_ulong

fn item(&self, index: c_ulong) -> Option<DOMFile>

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

Loading content...

Implementors

impl<O: IsA<DOMFileList>> DOMFileListExt for O[src]

Loading content...