summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 09:25:47 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 17:30:43 +0100
commitfe372ddf5e918a54d7082996fa4bd779e6d0e9f1 (patch)
tree12de44d02a1a70bd1eb456204498015652982c02 /gtk/gtkaction.c
parent6d5cdad56ec7b637438fc2a98c000891dbacef52 (diff)
downloadgtk+-fe372ddf5e918a54d7082996fa4bd779e6d0e9f1.tar.gz
[GI] Add missing (allow-none) annotations
Diffstat (limited to 'gtk/gtkaction.c')
-rw-r--r--gtk/gtkaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c
index 64b94bfd9d..5514c25e72 100644
--- a/gtk/gtkaction.c
+++ b/gtk/gtkaction.c
@@ -508,8 +508,8 @@ gtk_action_buildable_get_name (GtkBuildable *buildable)
* @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 the action, or %NULL
- * @stock_id: the stock icon to display in widgets representing the
- * action, or %NULL
+ * @stock_id: (allow-none): the stock icon to display in widgets representing
+ * the action, or %NULL
*
* Creates a new #GtkAction object. To add the action to a
* #GtkActionGroup and set the accelerator for the action,