diff options
author | Johan Dahlin <johan@gnome.org> | 2010-02-19 14:53:17 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-02-19 17:57:51 -0200 |
commit | fe852721123fb7dc5749c690613ca6e209363e2f (patch) | |
tree | 62ac68aab7296dbea80b199a0e1769ba5621514a /gtk/gtkcelleditable.c | |
parent | 347d406f80f2140a466da30764171cd92aa7d7ea (diff) | |
download | gtk+-fe852721123fb7dc5749c690613ca6e209363e2f.tar.gz |
[annotations] Add allow-none
This commit was created using a script that searched for all docstrings
containing a parameter and the string 'or %NULL'.
Gdk backends and demos excluded as they are not part of a public API
https://bugzilla.gnome.org/show_bug.cgi?id=610474
Diffstat (limited to 'gtk/gtkcelleditable.c')
-rw-r--r-- | gtk/gtkcelleditable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c index 08e31e52f5..a0a818b610 100644 --- a/gtk/gtkcelleditable.c +++ b/gtk/gtkcelleditable.c @@ -130,7 +130,7 @@ gtk_cell_editable_base_init (GtkCellEditableIface *iface) /** * gtk_cell_editable_start_editing: * @cell_editable: A #GtkCellEditable - * @event: A #GdkEvent, or %NULL + * @event: (allow-none): A #GdkEvent, or %NULL * * 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 |