value_hash_insert_value
Description:
[ Version ( deprecated = true ) ]
public void value_hash_insert_value (HashTable<string,Value?> hash, string key, Value value)
Warning: value_hash_insert_value is deprecated.
Inserts value
into hash
.
Note:
Use Variant API instead.
(Unlike with @set, both the key and the value are copied).
Parameters:
hash |
a value hash |
key |
the key |
value |
a value |
Namespace: Soup
Package: libsoup-2.4