value_hash_insert
Description:
[ Version ( deprecated = true ) ]
public void value_hash_insert (HashTable<string,Value?> hash, string key, Type type, ...)
Warning: value_hash_insert is deprecated.
Inserts the provided value of type type
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 |
type |
a Type |
... |
a value of type |
Namespace: Soup
Package: libsoup-2.4