GtkRecentChooserIface.getItems

struct GtkRecentChooserIface
extern (C)
GList* function(GtkRecentChooser* chooser) getItems;

Return Value

A newly allocated list of gtk.RecentInfo objects. You should use RecentInfo.unref on every item of the list, and then free the list itself using g_list_free().