Handbook
Glossary
g_list_nth_data ( list n -- gpointer )
Vocabulary
glib
.
ffi
Inputs
list
an
object
n
an
object
Outputs
gpointer
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gpointer
g_list_nth_data
( GList* list,
guint
n )