summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-03-14 20:24:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-03-14 20:29:00 -0400
commita731cd1ef62b8e460373e660f6f77fce6d4d9ca4 (patch)
tree544e07dffffc927adcd361a4ea9c8fcbc80894a0 /gtk/gtkfontchooser.c
parentfeb64f40b0f50735104da0a7fdafbe480763c180 (diff)
downloadgtk+-a731cd1ef62b8e460373e660f6f77fce6d4d9ca4.tar.gz
Minor doc cleanup
Remove widget references from interface docs. https://bugzilla.gnome.org/show_bug.cgi?id=695874
Diffstat (limited to 'gtk/gtkfontchooser.c')
-rw-r--r--gtk/gtkfontchooser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index 6f16b13a5f..21a5deb234 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -107,11 +107,11 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
GTK_PARAM_READWRITE));
/**
- * GtkFontChooserWidget::font-activated:
+ * GtkFontChooser::font-activated:
* @self: the object which received the signal
* @fontname: the font name
*
- * Emitted when a font is activated from the widget's list.
+ * Emitted when a font is activated.
* This usually happens when the user double clicks an item,
* or an item is selected and the user presses one of the keys
* Space, Shift+Space, Return or Enter.