summaryrefslogtreecommitdiff
path: root/gtk/gtktoggleaction.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/gtktoggleaction.c
parent6d5cdad56ec7b637438fc2a98c000891dbacef52 (diff)
downloadgtk+-fe372ddf5e918a54d7082996fa4bd779e6d0e9f1.tar.gz
[GI] Add missing (allow-none) annotations
Diffstat (limited to 'gtk/gtktoggleaction.c')
-rw-r--r--gtk/gtktoggleaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c
index 525d462af0..9dcc83d1e0 100644
--- a/gtk/gtktoggleaction.c
+++ b/gtk/gtktoggleaction.c
@@ -168,8 +168,8 @@ gtk_toggle_action_init (GtkToggleAction *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 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 #GtkToggleAction object. To add the action to
* a #GtkActionGroup and set the accelerator for the action,