Method

SoupCookieset_domain

Declaration [src]

void
soup_cookie_set_domain (
  SoupCookie* cookie,
  const char* domain
)

Description [src]

Sets cookies domain to domain.

Parameters

domain

Type: const char*

The new domain.

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