summaryrefslogtreecommitdiff
path: root/libsoup/soup-session-async.c
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2017-10-19 09:50:28 +0200
committerTomas Popela <tpopela@redhat.com>2017-10-19 09:50:28 +0200
commit2d58483cadd7ab72bf9fabf1968c1b5ad0dd723e (patch)
tree1a2ef9817820c6a094954d9d7e2280d6ae161a59 /libsoup/soup-session-async.c
parent89fae9b0dbd008cdacba5e4daf75c2b9133373be (diff)
downloadlibsoup-2d58483cadd7ab72bf9fabf1968c1b5ad0dd723e.tar.gz
Bug 789099 - Warnings while generating introspection files
Reorganize the documentation to fix the warnings.
Diffstat (limited to 'libsoup/soup-session-async.c')
-rw-r--r--libsoup/soup-session-async.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/libsoup/soup-session-async.c b/libsoup/soup-session-async.c
index e9d47120..c1879890 100644
--- a/libsoup/soup-session-async.c
+++ b/libsoup/soup-session-async.c
@@ -18,16 +18,15 @@
/**
* SECTION:soup-session-async
- * @short_description: (Deprecated) SoupSession for asynchronous
- * (main-loop-based) I/O.
+ * @short_description: SoupSession for asynchronous (main-loop-based) I/O
+ * (deprecated).
*
* #SoupSessionAsync is an implementation of #SoupSession that uses
* non-blocking I/O via the glib main loop for all I/O.
*
- * As of libsoup 2.42, this is deprecated in favor of the plain
- * #SoupSession class (which uses both asynchronous and synchronous
- * I/O, depending on the API used). See the <link
- * linkend="libsoup-session-porting">porting guide</link>.
+ * Deprecated: 2.42: Use the #SoupSession class (which uses both asynchronous
+ * and synchronous I/O, depending on the API used). See the
+ * <link linkend="libsoup-session-porting">porting guide</link>.
**/
G_GNUC_BEGIN_IGNORE_DEPRECATIONS;