Method

IdeBufferget_file_settings

Declaration

IdeFileSettings*
ide_buffer_get_file_settings (
  IdeBuffer* self
)

Description

Gets the IdeBuffer:file-settings property.

The IdeFileSettings are updated when changes to the file or language syntax are chnaged.

Return value

Type: IdeFileSettings

An IdeFileSettings or NULL.

The data is owned by the instance.
The return value can be NULL.