Handbook
Glossary
gtk_recent_filter_add_custom ( recent_filter needed func data data_destroy -- )
Vocabulary
gtk2
.
ffi
Inputs
recent_filter
an
object
needed
an
object
func
an
object
data
an
object
data_destroy
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_recent_filter_add_custom
( GtkRecentFilter* recent_filter,
GtkRecentFilterFlags
needed,
GtkRecentFilterFunc
func,
gpointer
data,
GDestroyNotify
data_destroy )