Method

GtkFileChooserunselect_uri

since: 2.4

Declaration [src]

void
gtk_file_chooser_unselect_uri (
  GtkFileChooser* chooser,
  const char* uri
)

Description [src]

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

Available since: 2.4

Parameters

uri

Type: const char*

The URI to unselect.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.