Method

IdeEditorPageget_file

Declaration

GFile*
ide_editor_page_get_file (
  IdeEditorPage* self
)

Description

Gets the file for the document.

This is a convenience function around ide_buffer_get_file().

Return value

Type: GFile

A GFile.

The data is owned by the instance.