[gimp] libgimp: help_func is (scope async)



commit e1276e2eda86a5342da4bf889d0bc0518a81884d
Author: Michael Natterer <mitch gimp org>
Date:   Thu Aug 8 00:05:56 2019 +0200

    libgimp: help_func is (scope async)

 libgimp/gimpprocbrowserdialog.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libgimp/gimpprocbrowserdialog.c b/libgimp/gimpprocbrowserdialog.c
index 2d8e364f74..86945fa365 100644
--- a/libgimp/gimpprocbrowserdialog.c
+++ b/libgimp/gimpprocbrowserdialog.c
@@ -234,7 +234,8 @@ gimp_proc_browser_dialog_init (GimpProcBrowserDialog *dialog)
  * gimp_proc_browser_dialog_new:
  * @title:     The dialog's title.
  * @role:      The dialog's role, see gtk_window_set_role().
- * @help_func: The function which will be called if the user presses "F1".
+ * @help_func: (scope async): The function which will be called if
+ *             the user presses "F1".
  * @help_id:   The help_id which will be passed to @help_func.
  * @...:       A %NULL-terminated list destribing the action_area buttons.
  *


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