Method

GtkFileChooserselect_uri

since: 2.4

Declaration [src]

gboolean
gtk_file_chooser_select_uri (
  GtkFileChooser* chooser,
  const char* uri
)

Description [src]

Selects the file to by uri. If the URI doesn’t refer to a file in the current folder of chooser, then the current folder of chooser will be changed to the folder containing filename.

Available since: 2.4

Parameters

uri

Type: const char*

The URI to select.

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

Return value

Type: gboolean

Not useful.