Description Usage Details Value Author(s)
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:
1 2 | filter <- gtkRecentFilter()
filter$addPattern("*")
|
1 |
Since 2.10
[GtkRecentFilter] a new GtkRecentFilter
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.