libpurple/purple-gio.h

changeset 37971
35c6b0947dfc
parent 37962
13e2a9fcbddd
child 39659
e4dfb99b0cef
--- a/libpurple/purple-gio.h	Sun Aug 28 22:57:37 2016 -0500
+++ b/libpurple/purple-gio.h	Tue Aug 30 00:50:41 2016 -0500
@@ -44,8 +44,8 @@
 /**
  * purple_gio_graceful_close:
  * @stream: A #GIOStream to close
- * @input: (optional): A #GInputStream which wraps @stream's input stream
- * @output: (optional): A #GOutputStream which wraps @stream's output stream
+ * @input: (nullable): A #GInputStream which wraps @stream's input stream
+ * @output: (nullable): A #GOutputStream which wraps @stream's output stream
  *
  * Closes @input, @output, @stream. If there are pending operations, it
  * asynchronously waits for the operations to finish before closing the
@@ -64,7 +64,7 @@
  * A helper function to simplify creating a #GSocketClient. It's intended
  * to be used in protocol plugins.
  *
- * Returns: A new #GSocketClient with the appropriate
+ * Returns: (transfer full): A new #GSocketClient with the appropriate
  * GProxyResolver, based on the #PurpleAccount settings and
  * TLS Certificate handling, or NULL if an error occurred.
  */

mercurial