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 652214 - Use const instead G_CONST_RETURN
Use const instead G_CONST_RETURN
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 644611
 
 
Reported: 2011-06-09 16:35 UTC by Javier Jardón (IRC: jjardon)
Modified: 2011-06-09 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
eel: Do not use G_CONST_RETURN (2.01 KB, patch)
2011-06-09 16:36 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review
libnautilus-private: Do not use G_CONST_RETURN (3.22 KB, patch)
2011-06-09 16:36 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2011-06-09 16:35:33 UTC
The macro will be deprecated soon. See bug #644611
Comment 1 Javier Jardón (IRC: jjardon) 2011-06-09 16:36:09 UTC
Created attachment 189567 [details] [review]
eel: Do not use G_CONST_RETURN
Comment 2 Javier Jardón (IRC: jjardon) 2011-06-09 16:36:50 UTC
Created attachment 189568 [details] [review]
libnautilus-private: Do not use G_CONST_RETURN
Comment 3 Cosimo Cecchi 2011-06-09 16:53:05 UTC
Thanks, looks good.
Comment 4 Javier Jardón (IRC: jjardon) 2011-06-09 16:57:47 UTC
Comment on attachment 189567 [details] [review]
eel: Do not use G_CONST_RETURN

commit a8443f64b6554b640f9bd39b3470284127b7bc3f
Comment 5 Javier Jardón (IRC: jjardon) 2011-06-09 16:58:02 UTC
Comment on attachment 189568 [details] [review]
libnautilus-private: Do not use G_CONST_RETURN

commit f657a12a9f1da481e7a580335b682749ac4b01cf
Comment 6 Javier Jardón (IRC: jjardon) 2011-06-09 16:58:36 UTC
Thanks for the super-fast review cosimo! ;)