[gnumeric] Introspection: doc fix.



commit c808f627cc9522d3c4aa0b06df00af30c0c33da9
Author: Morten Welinder <terra gnome org>
Date:   Tue May 20 20:31:53 2014 -0400

    Introspection: doc fix.

 src/gutils.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/gutils.c b/src/gutils.c
index d857977..3f7eb1b 100644
--- a/src/gutils.c
+++ b/src/gutils.c
@@ -758,6 +758,15 @@ cb_compare (gconstpointer a_, gconstpointer b_, gpointer user_data)
 }
 
 
+/**
+ * gnm_hash_table_foreach_ordered:
+ * @h: Hash table
+ * @callback: (scope async): #GHFunc
+ * @order: (scope async): Ordering function
+ * @user: user data for callback and order
+ *
+ * Like g_hash_table_foreach, but with an ordering imposed.
+ **/
 void
 gnm_hash_table_foreach_ordered (GHashTable *h,
                                GHFunc callback,


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