Method

SoupCookieget_name

Declaration [src]

const char*
soup_cookie_get_name (
  SoupCookie* cookie
)

Description [src]

Gets cookies name.

Return value

Type: const char*

cookies name.

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