Method

GtkRecentChooserget_current_uri

since: 2.10

Declaration [src]

gchar*
gtk_recent_chooser_get_current_uri (
  GtkRecentChooser* chooser
)

Description [src]

Gets the URI currently selected by chooser.

Available since: 2.10

Return value

Type: gchar*

A newly allocated string holding a URI.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.