Method

SoupCookieget_expires

Declaration [src]

GDateTime*
soup_cookie_get_expires (
  SoupCookie* cookie
)

Description [src]

Gets cookies expiration time.

Return value

Type: GDateTime

cookies expiration time, which is owned by cookie and should not be modified or freed.

The data is owned by the instance.
The return value can be NULL.