summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-18 14:35:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-18 14:35:53 +0000
commite7fc60f78f6fe12df16fffc6bc6fcdcf886acea8 (patch)
treec8a573f073fc8eb1744cbbebe48beb07494669ef /gtk/gtktoolbutton.c
parent6a213cbdf7c5d31d1eafc91038f1699134bba93c (diff)
downloadgtk+-e7fc60f78f6fe12df16fffc6bc6fcdcf886acea8.tar.gz
Fix parameter names to make gtk-doc happy.
2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix parameter names to make gtk-doc happy.
Diffstat (limited to 'gtk/gtktoolbutton.c')
-rw-r--r--gtk/gtktoolbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index 06cd32e81d..cfb6720e72 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -846,7 +846,7 @@ gtk_tool_button_get_stock_id (GtkToolButton *button)
/**
* gtk_tool_button_set_icon_name
* @button: a #GtkToolButton
- * @stock_id: the name of the themed icon
+ * @icon_name: the name of the themed icon
*
* Sets the icon for the tool button from a named themed icon.
* See the docs for #GtkIconTheme for more details.