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.
Use Variant API instead.
As with value_hash_insert, the keys and values are copied rather than being inserted directly.
| ... |
the type of |
| first_key |
the key for the first value |
|
a new GenericSet, initialized with the given values |