Method

SoupCookieset_name

Declaration [src]

void
soup_cookie_set_name (
  SoupCookie* cookie,
  const char* name
)

Description [src]

Sets cookies name to name.

Parameters

name

Type: const char*

The new name.

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