Top | ![]() |
![]() |
![]() |
![]() |
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 () |
GBytes *
ide_unsaved_file_get_content (IdeUnsavedFile *self
);
Gets the contents of the unsaved file.
GFile *
ide_unsaved_file_get_file (IdeUnsavedFile *self
);
Retrieves the underlying file represented by self
.
const gchar *
ide_unsaved_file_get_temp_path (IdeUnsavedFile *self
);