Trait gio::ZlibCompressorExt [−][src]
pub trait ZlibCompressorExt { fn get_file_info(&self) -> Option<FileInfo>; fn set_file_info<'a, P: Into<Option<&'a FileInfo>>>(&self, file_info: P); 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; fn connect_property_format_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId; fn connect_property_level_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId; }
Required Methods
fn get_file_info(&self) -> Option<FileInfo>
fn set_file_info<'a, P: Into<Option<&'a FileInfo>>>(&self, file_info: P)
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
&self,
f: F
) -> SignalHandlerId
fn connect_property_format_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_level_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<ZlibCompressor> + IsA<Object>> ZlibCompressorExt for O