Handbook
Glossary
g_test_add_func ( testpath test_func -- )
Vocabulary
glib
.
ffi
Inputs
testpath
an
object
test_func
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
void
g_test_add_func
( gchar* testpath,
GTestFunc
test_func )