gir: Mark gimp_dialog_new() parent nullable

This commit is contained in:
Niels De Graef 2020-05-05 19:14:58 +02:00
parent 29b1d91b76
commit 97fcc8ca0f
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ gimp_dialog_response (GtkDialog *dialog,
* gtk_window_set_title().
* @role: The dialog's @role which will be set with
* gtk_window_set_role().
* @parent: The @parent widget of this dialog.
* @parent: (nullable): The @parent widget of this dialog.
* @flags: The @flags (see the #GtkDialog documentation).
* @help_func: The function which will be called if the user presses "F1".
* @help_id: The help_id which will be passed to @help_func.