FileSaver.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
(gtksource.buffer.Buffer buffer, gtksource.file.File file)Creates a new #GtkSourceFileSaver object. The buffer will be saved to the gtksource.file.File's location.
This constructor is suitable for a simple "save" operation, when the file already contains a non-null gtksource.file.File.location.
Parameters
buffer | the #GtkSourceBuffer to save. |
file | the #GtkSourceFile. |
Returns
a new #GtkSourceFileSaver object.