Method

SoupCookieJardelete_cookie

Declaration [src]

void
soup_cookie_jar_delete_cookie (
  SoupCookieJar* jar,
  SoupCookie* cookie
)

Description [src]

Deletes cookie from jar.

Emits the SoupCookieJar::changed signal.

Parameters

cookie

Type: SoupCookie

A SoupCookie.

The data is owned by the caller of the function.