Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. /* load cookies */
  2. char* cookie_file = g_build_filename(g_get_home_dir(), JUMANJI_DIR, JUMANJI_COOKIES, NULL);
  3. SoupCookieJar *cookiejar = soup_cookie_jar_text_new(cookie_file, FALSE);
  4.  
  5. soup_session_add_feature(Jumanji.Soup.session, (SoupSessionFeature*) cookiejar);
  6. g_free(cookie_file);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement