[][src]Trait gio::ZlibCompressorExt

pub trait ZlibCompressorExt: 'static {
    fn get_file_info(&self) -> Option<FileInfo>;
fn set_file_info(&self, file_info: Option<&FileInfo>);
fn get_property_format(&self) -> ZlibCompressorFormat;
fn get_property_level(&self) -> i32;
fn connect_property_file_info_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_file_info(&self) -> Option<FileInfo>

fn set_file_info(&self, file_info: Option<&FileInfo>)

fn get_property_format(&self) -> ZlibCompressorFormat

fn get_property_level(&self) -> i32

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

Loading content...

Implementors

impl<O: IsA<ZlibCompressor>> ZlibCompressorExt for O[src]

Loading content...