Method

GtkRecentChooserunselect_uri

since: 2.10

Declaration [src]

void
gtk_recent_chooser_unselect_uri (
  GtkRecentChooser* chooser,
  const gchar* uri
)

Description [src]

Unselects uri inside chooser.

Available since: 2.10

Parameters

uri

Type: const gchar*

A URI.

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