Method

SoupCookieget_name

Declaration [src]

const char*
soup_cookie_get_name (
  SoupCookie* cookie
)

Description [src]

Gets cookie‘s name.

Return value

Type: const char*

cookie‘s name.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.