Trait gio::ConverterInputStreamExt [−][src]
pub trait ConverterInputStreamExt { fn get_converter(&self) -> Option<Converter>; fn connect_property_converter_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId; }
Required Methods
fn get_converter(&self) -> Option<Converter>
fn connect_property_converter_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<ConverterInputStream> + IsA<Object>> ConverterInputStreamExt for O