value_hash_new_with_vals


Description:


[ Version ( deprecated = true ) ]
public HashTable<string,Value?> value_hash_new_with_vals (...)

Warning: value_hash_new_with_vals is deprecated.

Creates a GenericSet whose keys are strings and whose values are Value, and initializes it with the provided data.

Note:

Use Variant API instead.

As with value_hash_insert, the keys and values are copied rather than being inserted directly.

Parameters:

...

the type of first_key, followed by the value, followed by additional key/type/value triplets, terminated by null

first_key

the key for the first value

Returns:

a new GenericSet, initialized with the given values


Namespace: Soup
Package: libsoup-2.4