Method

IdeFileChooserEntryget_file

Declaration

GFile*
ide_file_chooser_entry_get_file (
  IdeFileChooserEntry* self
)

Description

Returns the currently selected file or NULL if there is no selection.

Return value

Type: GFile

A GFile or NULL.

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