Method

GtkFileChooserunselect_file

since: 2.14

Declaration [src]

void
gtk_file_chooser_unselect_file (
  GtkFileChooser* chooser,
  GFile* file
)

Description [src]

Unselects the file referred to by file. If the file is not in the current directory, does not exist, or is otherwise not currently selected, does nothing.

Available since: 2.14

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the method.