From: Daniel Boles Date: Tue, 17 Apr 2018 17:27:22 +0000 (+0100) Subject: CellEditable: Move arg description to right place X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~475 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=59a8ffd35e5e0effe6a640027a52715327ecd288;p=gtk4.git CellEditable: Move arg description to right place Move it from the body to the argument line, and while there, update the deprecated (allow-none) to (nullable). --- diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c index 4b2c01fdac..adf7418224 100644 --- a/gtk/gtkcelleditable.c +++ b/gtk/gtkcelleditable.c @@ -100,11 +100,10 @@ gtk_cell_editable_default_init (GtkCellEditableInterface *iface) /** * gtk_cell_editable_start_editing: * @cell_editable: A #GtkCellEditable - * @event: (allow-none): A #GdkEvent, or %NULL + * @event: (nullable): The #GdkEvent that began the editing process, or + * %NULL if editing was initiated programmatically * - * Begins editing on a @cell_editable. @event is the #GdkEvent that began - * the editing process. It may be %NULL, in the instance that editing was - * initiated through programatic means. + * Begins editing on a @cell_editable. **/ void gtk_cell_editable_start_editing (GtkCellEditable *cell_editable,