libgimp: help_func is (scope async)
This commit is contained in:
parent
67455a4ea7
commit
e1276e2eda
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue