CellEditable: Move arg description to right place
authorDaniel Boles <dboles.src@gmail.com>
Tue, 17 Apr 2018 17:27:22 +0000 (18:27 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Tue, 17 Apr 2018 18:07:39 +0000 (19:07 +0100)
Move it from the body to the argument line, and while there, update
the deprecated (allow-none) to (nullable).

gtk/gtkcelleditable.c

index 4b2c01fdacc62e558e4ea64c8737cfc36f770897..adf7418224119513aa0a6c89669ec574fe32da2c 100644 (file)
@@ -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,