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 52907 - declare write data const gchar*
declare write data const gchar*
Status: RESOLVED DUPLICATE of bug 52811
Product: glib
Classification: Platform
Component: general
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2001-04-05 19:04 UTC by Ron Steinke
Modified: 2011-02-18 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.62 KB, patch)
2001-04-05 19:05 UTC, Ron Steinke
none Details | Review

Description Ron Steinke 2001-04-05 19:04:56 UTC
This patch changes g_io_channel_write so that
the data passed is declared `const gchar*' instead
of `gchar *'. While this is technically an API change,
it won't break anything, and is extremely annoying
not to have. This could also be back ported to
1.2.
Comment 1 Ron Steinke 2001-04-05 19:05:41 UTC
Created attachment 455 [details] [review]
patch
Comment 2 Ron Steinke 2001-06-09 15:45:35 UTC
  This is fixed in the current patches for bug 52811, so
I'm marking this bug as a duplicate.


*** This bug has been marked as a duplicate of 52811 ***