util_take_to_form
Description:
public static void util_take_to_form (HashTable<string,string> form, string name, owned string? value)
Takes ownership of value
and sets it for name
to form
.
The value
will be freed with g_free, when no longer needed. The form
should be the one used in
prepare_authentication_uri_query,
prepare_get_token_form or
prepare_refresh_token_form.
If the value
is null
, then the property named name
is removed from the form
instead.
Parameters:
form | |
name |
a property name |
value |
a property value |