summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-08-20 23:37:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-08-20 23:38:03 -0400
commit79eeb78c4679da3d15b4aa89a1e60237fa55791c (patch)
treef3b67690e4c989adb242e81c49845c952877ea6b /gtk/gtkwidget.c
parented04b879c0e678f79eb45dd9ab7d01e35dbd9078 (diff)
downloadgtk+-79eeb78c4679da3d15b4aa89a1e60237fa55791c.tar.gz
Fix the doc build
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r--gtk/gtkwidget.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index ebcea83755..629484e6e4 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -14121,7 +14121,8 @@ _gtk_widget_get_action_muxer (GtkWidget *widget)
*
* Inserts @group into @widget. Children of @widget that implement
* #GtkActionable can then be associated with actions in @group by
- * setting their 'action-name' to @prefix.<action-name>.
+ * setting their 'action-name' to
+ * @prefix.<replaceable>action-name</replaceable>.
*
* Since: 3.6
*/