Method

GtkFileChooserunselect_filename

since: 2.4

Declaration [src]

void
gtk_file_chooser_unselect_filename (
  GtkFileChooser* chooser,
  const char* filename
)

Description [src]

Unselects a currently selected filename. If the filename is not in the current directory, does not exist, or is otherwise not currently selected, does nothing.

Available since: 2.4

Parameters

filename

Type: const char*

The filename to unselect.

The data is owned by the caller of the method.
The value is a file system path, using the OS encoding.