[telepathy-glib/master] _tp_quark_array_copy: Fix doc.

David Laban david.laban at collabora.co.uk
Wed Nov 18 04:50:37 PST 2009


---
 telepathy-glib/util.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index 4e976e3..b8f66f2 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -810,12 +810,16 @@ tp_g_key_file_get_uint64 (GKeyFile *key_file,
   return v;
 }
 
-/**
+/*
  * _tp_quark_array_copy:
  * @quarks: A 0-terminated list of quarks to copy
  *
+ * Copy a zero-terminated array into a GArray. The trailing
+ * 0 is not counted in the @len member of the returned
+ * array, but the @data member is guaranteed to be
+ * zero-terminated.
+ *
  * Returns: A new GArray containing a copy of @quarks.
- * Be sure to unref it when finished.
  */
 GArray *
 _tp_quark_array_copy (const GQuark *quarks)
-- 
1.5.6.5




More information about the telepathy-commits mailing list