Description Usage Details Value Author(s)
Creates a new GtkFileFilter
with no rules added to it.
Such a filter doesn't accept any files, so is not
particularly useful until you add rules with
gtkFileFilterAddMimeType
, gtkFileFilterAddPattern
,
or gtkFileFilterAddCustom
. To create a filter
that accepts any file, use:
1 2 | filter <- gtkFileFilter()
filter$addPattern("*")
|
1 |
Since 2.4
[GtkFileFilter
] a new GtkFileFilter
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.