Method
IdeUnsavedFilesget_unsaved_file
Declaration
IdeUnsavedFile*
ide_unsaved_files_get_unsaved_file (
IdeUnsavedFiles* self,
GFile* file
)
Description
Retrieves the unsaved file content for a particular file. If no unsaved
file content is registered, NULL
is returned.
Parameters
file
-
Type:
GFile
No description available.
The data is owned by the caller of the method.
Return value
Type: IdeUnsavedFile
An IdeUnsavedFile
or NULL
.
Thread safety: you may call this from any thread, as long as you
hold a reference to self
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |