libpurple/network.h

changeset 40188
80e78796edb2
parent 40186
d7e2aba4d9f4
child 40189
c085ee3f4867
--- a/libpurple/network.h	Sat Oct 26 20:42:26 2019 +0300
+++ b/libpurple/network.h	Thu Nov 14 23:21:54 2019 +0300
@@ -147,7 +147,7 @@
  * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped
  * addresses, a mapping is done).
  *
- * Returns: (skip) (transfer full): A pointer to a data structure that can be used to cancel
+ * Returns: (transfer full): A pointer to a data structure that can be used to cancel
  *          the pending listener, or %NULL if unable to obtain a local
  *          socket to listen on.
  */
@@ -195,7 +195,7 @@
  * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped
  * addresses, a mapping is done).
  *
- * Returns: (skip) (transfer full): A pointer to a data structure that can be used to cancel
+ * Returns: (transfer full): A pointer to a data structure that can be used to cancel
  *          the pending listener, or %NULL if unable to obtain a local
  *          socket to listen on.
  */

mercurial