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