libgimp: help_func is (scope async)

This commit is contained in:
Michael Natterer 2019-08-08 00:05:56 +02:00
parent 67455a4ea7
commit e1276e2eda

View file

@ -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.
*