API Version: 3.0
Library Version: 3.6.4
Generated by gi-docgen 2023.1
GSList* soup_cookie_jar_all_cookies ( SoupCookieJar* jar )
Constructs a GList with every cookie inside the jar.
GList
jar
The cookies in the list are a copy of the original, so you have to free them when you are done with them.
For historical reasons this list is in reverse order.
Type: A list of SoupCookie*
SoupCookie*
A GSList with all the cookies in the jar.
GSList