GNOME Bugzilla – Bug 652129
Use "const" instead G_CONST_RETURN
Last modified: 2011-06-14 14:31:18 UTC
G_CONST_RETURN will be deprecated soon. See bug #644611
Created attachment 189488 [details] [review] docs: use const
Created attachment 189489 [details] [review] cogl: Do not use G_CONST_RETURN
Created attachment 189490 [details] [review] cally: Do not use G_CONST_RETURN
Created attachment 189491 [details] [review] clutter: Do not use G_CONST_RETURN
ouch, you're just 24 hours late — I'm terribly sorry you did all this work :-) it's been fixed for master in commit 2b81d90dd7399c409cf23d7324ff909351dbefa3: commit 2b81d90dd7399c409cf23d7324ff909351dbefa3 Author: Emmanuele Bassi <ebassi@linux.intel.com> Date: Tue Jun 7 15:49:20 2011 +0100 Eliminate G_CONST_RETURN I'm not planning to backport this to clutter-1.6, though; master will be released for Gnome 3.2 anyway.
in the end, I used these patches on the 1.6 branch, as the Gnome JHBuild moduleset hasn't been switched to master yet.