summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2015-11-03 08:05:25 +0100
committerDan Winship <danw@gnome.org>2015-11-22 11:34:54 -0500
commit9aaa13affd6404a2f0041b31c8990d8e6efa1eee (patch)
treed5328d59774b8243b381df03845e600ee46bf755 /examples
parentfba08262caa6038971e60e669aeb6ef2ec9ab821 (diff)
downloadlibsoup-9aaa13affd6404a2f0041b31c8990d8e6efa1eee.tar.gz
Mark old session-(async|sync) methods as deprecated
They were not marked as deprecated yet to give people time to port over without getting annoying warnings. Now that we are at the start of a cycle let's mark them. Fix all the consequent deprecation warnings. https://bugzilla.gnome.org/show_bug.cgi?id=757146
Diffstat (limited to 'examples')
-rw-r--r--examples/simple-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple-proxy.c b/examples/simple-proxy.c
index 7657355e..e585490a 100644
--- a/examples/simple-proxy.c
+++ b/examples/simple-proxy.c
@@ -405,7 +405,7 @@ main (int argc, char **argv)
}
g_slist_free (uris);
- session = soup_session_async_new ();
+ session = soup_session_new ();
g_print ("\nWaiting for requests...\n");