diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 09:25:47 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 17:30:43 +0100 |
commit | fe372ddf5e918a54d7082996fa4bd779e6d0e9f1 (patch) | |
tree | 12de44d02a1a70bd1eb456204498015652982c02 /gtk/gtkradioaction.c | |
parent | 6d5cdad56ec7b637438fc2a98c000891dbacef52 (diff) | |
download | gtk+-fe372ddf5e918a54d7082996fa4bd779e6d0e9f1.tar.gz |
[GI] Add missing (allow-none) annotations
Diffstat (limited to 'gtk/gtkradioaction.c')
-rw-r--r-- | gtk/gtkradioaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c index 47cb3f4c5c..a71c0d5bde 100644 --- a/gtk/gtkradioaction.c +++ b/gtk/gtkradioaction.c @@ -195,8 +195,8 @@ gtk_radio_action_init (GtkRadioAction *action) * @name: A unique name for the action * @label: (allow-none): The label displayed in menu items and on buttons, or %NULL * @tooltip: (allow-none): A tooltip for this action, or %NULL - * @stock_id: The stock icon to display in widgets representing this - * action, or %NULL + * @stock_id: (allow-none): The stock icon to display in widgets representing + * this action, or %NULL * @value: The value which gtk_radio_action_get_current_value() should * return if this action is selected. * |