After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695874 - GtkFontChooser docs
GtkFontChooser docs
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-14 19:48 UTC by Morten Welinder
Modified: 2013-03-15 00:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2013-03-14 19:48:40 UTC
GtkFontChooser::font-activated is documented as-if it was
GtkFontChooserWidget::font-activated.

  /**
   * GtkFontChooserWIDGET::font-activated:
   * @self: the object which received the signal
   * @fontname: the font name
   *
   * Emitted when a font is activated from the WIDGET's list.
   * 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.
    */



In fact, I don't think the interface docs should mention widgets at all,
except as sample implementations.  Nothing prevents, say, a gsettings
based implementation.