get_items
Description:
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 |
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. |