gtkRecentFilterNew
Creates a new GtkRecentFilter with no rules added to it.
Such filter does not accept any recently used resources, so is not
particularly useful until you add rules with
gtkRecentFilterAddPattern, gtkRecentFilterAddMimeType,
gtkRecentFilterAddApplication, gtkRecentFilterAddAge.
To create a filter that accepts any recently used resource, use:
filter <- gtkRecentFilter()
filter$addPattern("*")gtkRecentFilterNew()
Since 2.10
[GtkRecentFilter] a new GtkRecentFilter
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.