Handbook
Glossary
g_hash_table_lookup ( hash_table key -- gpointer )
Vocabulary
glib
.
ffi
Inputs
hash_table
an
object
key
an
object
Outputs
gpointer
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gpointer
g_hash_table_lookup
( GHashTable* hash_table,
gpointer
key )