[gnumeric] Introspection fix



commit d01e8ce87f130c829b6db717be94abaeb47625e5
Author: Morten Welinder <terra gnome org>
Date:   Fri May 18 15:58:39 2018 -0400

    Introspection fix

 src/gutils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gutils.c b/src/gutils.c
index 4b8b985..4a4d01c 100644
--- a/src/gutils.c
+++ b/src/gutils.c
@@ -799,8 +799,8 @@ 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
+ * @callback: (scope call): #GHFunc
+ * @order: (scope call): Ordering function
  * @user: user data for callback and order
  *
  * Like g_hash_table_foreach, but with an ordering imposed.


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