Handbook
Glossary
g_list_store_find_with_equal_func ( list_store item equal_func position -- gboolean )
Vocabulary
gio
.
ffi
Inputs
list_store
an
object
item
an
object
equal_func
an
object
position
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
gobject.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_list_store_find_with_equal_func
( GListStore* list_store, GObject* item,
GEqualFunc
equal_func, guint* position )