Gtk.RecentChooser::get_items

function vfunc_get_items():[Gtk.RecentInfo] {
}

Gets the list of recently used resources in form of Gtk.RecentInfo objects.

The return value of this function is affected by the "sort-type" and "limit" properties of chooser.

Since 2.10

Returns

A newly allocated list of Gtk.RecentInfo objects. You should use Gtk.unref on every item of the list, and then free the list itself using GLib.free.