Description Usage Arguments Details Author(s)
Adds rule to a filter that allows files based on a custom callback
function. The bitfield needed
which is passed in provides information
about what sorts of information that the filter function needs;
this allows GTK+ to avoid retrieving expensive information when
it isn't needed by the filter.
1 | gtkFileFilterAddCustom(object, needed, func, data = NULL)
|
|
a |
|
bitfield of flags indicating the information that the custom filter function needs. |
|
callback function; if the function returns |
|
data to pass to |
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.