[glib] Fix g_ptr_array_ref_docs



commit 6270b3f384e67e2bb0ea2d000e9a1054a64b4569
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Sep 23 11:16:26 2012 -0400

    Fix g_ptr_array_ref_docs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676034

 glib/garray.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/glib/garray.c b/glib/garray.c
index 0cb3713..b88ae7b 100644
--- a/glib/garray.c
+++ b/glib/garray.c
@@ -970,15 +970,15 @@ g_ptr_array_set_free_func (GPtrArray        *array,
 
 /**
  * g_ptr_array_ref:
- * @array: A #GArray.
+ * @array: a #GPtrArray
  *
- * Atomically increments the reference count of @array by one. This
- * function is MT-safe and may be called from any thread.
+ * Atomically increments the reference count of @array by one.
+ * This function is thread-safe and may be called from any thread.
  *
- * Returns: The passed in #GPtrArray.
+ * Returns: The passed in #GPtrArray
  *
  * Since: 2.22
- **/
+ */
 GPtrArray *
 g_ptr_array_ref (GPtrArray *array)
 {



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