[−][src]Trait sourceview::FileSaverExt
Required methods
fn get_buffer(&self) -> Option<Buffer>
fn get_compression_type(&self) -> CompressionType
fn get_encoding(&self) -> Option<Encoding>
fn get_file(&self) -> Option<File>
fn get_flags(&self) -> FileSaverFlags
fn get_location(&self) -> Option<File>
fn get_newline_type(&self) -> NewlineType
fn set_compression_type(&self, compression_type: CompressionType)
fn set_encoding(&self, encoding: Option<&Encoding>)
fn set_flags(&self, flags: FileSaverFlags)
fn set_newline_type(&self, newline_type: NewlineType)
fn connect_property_compression_type_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_encoding_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_flags_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_newline_type_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<FileSaver>> FileSaverExt for O[src]
fn get_buffer(&self) -> Option<Buffer>[src]
fn get_compression_type(&self) -> CompressionType[src]
fn get_encoding(&self) -> Option<Encoding>[src]
fn get_file(&self) -> Option<File>[src]
fn get_flags(&self) -> FileSaverFlags[src]
fn get_location(&self) -> Option<File>[src]
fn get_newline_type(&self) -> NewlineType[src]
fn set_compression_type(&self, compression_type: CompressionType)[src]
fn set_encoding(&self, encoding: Option<&Encoding>)[src]
fn set_flags(&self, flags: FileSaverFlags)[src]
fn set_newline_type(&self, newline_type: NewlineType)[src]
fn connect_property_compression_type_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_encoding_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_flags_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_newline_type_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId