[glib] Add two annotations for g-i



commit 914d10055cb15456c01b0b59cfa2ac167a065f77
Author: Dan Winship <danw gnome org>
Date:   Thu May 5 15:18:22 2011 -0400

    Add two annotations for g-i

 gio/gtlsbackend.c          |    2 +-
 gio/gtlsclientconnection.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gtlsbackend.c b/gio/gtlsbackend.c
index 64a9794..a87137f 100644
--- a/gio/gtlsbackend.c
+++ b/gio/gtlsbackend.c
@@ -115,7 +115,7 @@ get_default_tls_backend (gpointer arg)
  *
  * Gets the default #GTlsBackend for the system.
  *
- * Returns: a #GTlsBackend
+ * Returns: (transfer none): a #GTlsBackend
  *
  * Since: 2.28
  */
diff --git a/gio/gtlsclientconnection.c b/gio/gtlsclientconnection.c
index 4b87b60..e8d9b0f 100644
--- a/gio/gtlsclientconnection.c
+++ b/gio/gtlsclientconnection.c
@@ -222,7 +222,7 @@ g_tls_client_connection_set_validation_flags (GTlsClientConnection  *conn,
  *
  * Gets @conn's expected server identity
  *
- * Return value: a #GSocketConnectable describing the
+ * Return value: (transfer none): a #GSocketConnectable describing the
  * expected server identity, or %NULL if the expected identity is not
  * known.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]