Property
IdeBuffer:is-temporary
Description
The “is-temporary” property denotes the IdeBuffer:file
property points
to a temporary file. When saving the the buffer, various UI components
know to check this property and provide a file chooser to allow the user
to select the destination file.
Upon saving the file, the property will change to FALSE
.
Type: | gboolean |
Default value | FALSE |
Getter method | ide_buffer_get_is_temporary() |