get_items


Description:

[ Version ( since = "2.10" ) ]
public abstract List<RecentInfo> get_items ()

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

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

Parameters:

this

a RecentChooser

Returns:

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