Trait ux::prelude::ZlibDecompressorExt[]

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

Required methods

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

pub fn get_property_format(&self) -> ZlibCompressorFormat

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

Loading content...

Implementors

impl<O> ZlibDecompressorExt for O where
    O: IsA<ZlibDecompressor>, 

Loading content...