Handbook
Glossary
gtk_file_filter_add_custom ( file_filter needed func data notify -- )
Vocabulary
gtk2
.
ffi
Inputs
file_filter
an
object
needed
an
object
func
an
object
data
an
object
notify
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_file_filter_add_custom
( GtkFileFilter* file_filter,
GtkFileFilterFlags
needed,
GtkFileFilterFunc
func,
gpointer
data,
GDestroyNotify
notify
)