Method

SoupCookieset_path

Declaration [src]

void
soup_cookie_set_path (
  SoupCookie* cookie,
  const char* path
)

Description [src]

Sets cookies path to path.

Parameters

path

Type: const char*

The new path.

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