GNOME Bugzilla – Bug 52907
declare write data const gchar*
Last modified: 2011-02-18 15:47:43 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.
Created attachment 455 [details] [review] patch
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 ***