Virtual Method

IdePageget_file_or_directory

Declaration

GFile*
get_file_or_directory (
  IdePage* self
)

Description

Gets a GFile representing a file or directory that best maps to this page. A terminal might use the current working directory while an editor or designer might use the backing file.

Return value

Type: GFile

A GFile or NULL.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.