Method
IdeFileSettingsget_file
Description
Retrieves the underlying file that self
refers to.
This may be used by IdeFileSettings
implementations to discover additional
information about the settings. For example, a modeline parser might load
some portion of the file looking for modelines. An editorconfig
implementation might look for “.editorconfig” files.
Gets property | Ide.FileSettings:file |
Return value
Type: GFile
An IdeFile
.
The data is owned by the instance. |