]> Pileus Git - ~andy/gtk/commitdiff
Minor doc cleanup
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Mar 2013 00:24:19 +0000 (20:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 15 Mar 2013 00:29:00 +0000 (20:29 -0400)
Remove widget references from interface docs.

https://bugzilla.gnome.org/show_bug.cgi?id=695874

gtk/gtkfontchooser.c

index 6f16b13a5f6594b2c1902cc7f687bb54be4a066d..21a5deb234661de771831f89f20e34f1a9c5a6bf 100644 (file)
@@ -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.