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 601748 - Gtk2::Gdk keyval_convert_case docs
Gtk2::Gdk keyval_convert_case docs
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gtk2
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2009-11-12 22:35 UTC by Kevin Ryde
Modified: 2010-03-02 22:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
keyval signature correction (765 bytes, patch)
2009-11-12 22:46 UTC, Kevin Ryde
committed Details | Review

Description Kevin Ryde 2009-11-12 22:35:23 UTC
I think gdk_keyval_convert_case is wrapped as

    Gtk2::Gdk->keyval_convert_case

but the pod shows

    Gtk2::Gdk::Keyval->convert_case

Incidentally, you'd have to be tempted to show "$keyval" instead of "$symbol" as the arg.  "symbol" is what the Gdk docs have, but it seems inconsistent with the other funcs taking keyvals.
Comment 1 Kevin Ryde 2009-11-12 22:46:29 UTC
Created attachment 147614 [details] [review]
keyval signature correction
Comment 2 Torsten Schoenfeld 2010-03-02 22:40:45 UTC
Review of attachment 147614 [details] [review]:

Thanks, committed.