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 567655 - gtk_status_icon_set_tooltip_text and gtk_status_icon_set_tooltip_markup should use gchar*
gtk_status_icon_set_tooltip_text and gtk_status_icon_set_tooltip_markup shoul...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-01-13 20:57 UTC by Torsten Schoenfeld
Modified: 2009-01-18 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Torsten Schoenfeld 2009-01-13 20:57:21 UTC
The prototypes of gtk_status_icon_set_tooltip_text and gtk_status_icon_set_tooltip_markup use 'const char*'.  I think they should use 'const gchar*'.
Comment 1 Matthias Clasen 2009-01-18 15:57:17 UTC
       * gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
        Pointed out by Torsten Schoenfeld.