Handbook
Glossary
g_list_sort ( list compare_func -- GList* )
Vocabulary
glib
.
ffi
Inputs
list
an
object
compare_func
an
object
Outputs
GList*
an
object
Definition
USING:
alien.syntax
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GList*
g_list_sort
( GList* list,
GCompareFunc
compare_func )