Method

SoupCookieset_value

Declaration [src]

void
soup_cookie_set_value (
  SoupCookie* cookie,
  const char* value
)

Description [src]

Sets cookies value to value.

Parameters

value

Type: const char*

The new value.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.