| Top |
Functions
| IdeUnsavedFile * | ide_unsaved_file_ref () |
| void | ide_unsaved_file_unref () |
| GBytes * | ide_unsaved_file_get_content () |
| GFile * | ide_unsaved_file_get_file () |
| gint64 | ide_unsaved_file_get_sequence () |
| const gchar * | ide_unsaved_file_get_temp_path () |
| gboolean | ide_unsaved_file_persist () |
Functions
ide_unsaved_file_get_content ()
GBytes *
ide_unsaved_file_get_content (IdeUnsavedFile *self);
Gets the contents of the unsaved file.
ide_unsaved_file_get_file ()
GFile *
ide_unsaved_file_get_file (IdeUnsavedFile *self);
Retrieves the underlying file represented by self
.
ide_unsaved_file_get_temp_path ()
const gchar *
ide_unsaved_file_get_temp_path (IdeUnsavedFile *self);
ide_unsaved_file_persist ()
gboolean ide_unsaved_file_persist (IdeUnsavedFile *self,GCancellable *cancellable,GError **error);
