Method

GtkRecentChooserget_current_item

since: 2.10

Declaration [src]

GtkRecentInfo*
gtk_recent_chooser_get_current_item (
  GtkRecentChooser* chooser
)

Description [src]

Gets the GtkRecentInfo currently selected by chooser.

Available since: 2.10

Return value

Type: GtkRecentInfo

A GtkRecentInfo. Use gtk_recent_info_unref() when when you have finished using it.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.