RecentManager.getLimit

Warning gtk_recent_manager_get_limit has been deprecated since version 2.22 and should not be used in newly-written code. The length of the list should be managed by the view (implementing GtkRecentChooser), and not by the model (the GtkRecentManager). See "limit". Gets the maximum number of items that the gtk_recent_manager_get_items() function should return. Since 2.10

class RecentManager
int
getLimit
()

Return Value

Type: int

the number of items to return, or -1 for every item.

Meta