summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-11-30 16:13:59 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-11-30 16:14:11 -0500
commit2c0dbe0a0aa8aa8d2a78e59b1f503d01c743f2ce (patch)
treefc246324563fc3feb4fe9cae406daaccf80f7255 /gtk/gtkaction.c
parent1587165c18cefabaafff6ff37b179dc6361b7d9b (diff)
downloadgtk+-2c0dbe0a0aa8aa8d2a78e59b1f503d01c743f2ce.tar.gz
Doc fixes
Diffstat (limited to 'gtk/gtkaction.c')
-rw-r--r--gtk/gtkaction.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c
index a8438ca0a8..6e9dfa2557 100644
--- a/gtk/gtkaction.c
+++ b/gtk/gtkaction.c
@@ -1225,7 +1225,7 @@ gtk_action_get_is_important (GtkAction *action)
/**
* gtk_action_set_always_show_image:
- * @action: the action object
+ * @action: a #GtkAction
* @always_show: %TRUE if menuitem proxies should always show their image
*
* Sets whether @action<!-- -->'s menu item proxies will ignore the
@@ -1258,10 +1258,11 @@ gtk_action_set_always_show_image (GtkAction *action,
/**
* gtk_action_get_always_show_image:
- * @action:
+ * @action: a #GtkAction
*
* Returns whether @action<!-- -->'s menu item proxies will ignore the
- * #GtkSettings:gtk-menu-images setting and always show their image, if available.
+ * #GtkSettings:gtk-menu-images setting and always show their image,
+ * if available.
*
* Returns: %TRUE if the menu item proxies will always show their image
*