From d01e8ce87f130c829b6db717be94abaeb47625e5 Mon Sep 17 00:00:00 2001 From: Morten Welinder Date: Fri, 18 May 2018 15:58:39 -0400 Subject: [PATCH] Introspection fix --- src/gutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gutils.c b/src/gutils.c index 4b8b985f0..4a4d01c43 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. -- 2.11.4.GIT