Handbook
Glossary
g_ptr_array_find_with_equal_func ( haystack needle equal_func index_ -- gboolean )
Vocabulary
glib
.
ffi
Inputs
haystack
an
object
needle
an
object
equal_func
an
object
index_
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gboolean
g_ptr_array_find_with_equal_func
( GPtrArray* haystack,
gpointer
needle,
GEqualFunc
equal_func, guint* index_ )