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),
F: 'static + Fn(&Self),
Implementors
impl<O> ZlibDecompressorExt for O where
O: IsA<ZlibDecompressor>,
O: IsA<ZlibDecompressor>,
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(&O),
F: 'static + Fn(&O),