gobject: remove -DG_DISABLE_CONST_RETURNS
authorRyan Lortie <desrt@desrt.ca>
Thu, 9 Jun 2011 15:11:30 +0000 (11:11 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 9 Jun 2011 15:11:30 +0000 (11:11 -0400)
commit8f21e8145cf084ecd66c30cd868f56f7dcd87334
tree4093c67299512f436220fcfc805906d36340d711
parent5794393c6fc6d63f4f1c9dd6fdd72946728f4246
gobject: remove -DG_DISABLE_CONST_RETURNS

GObject had a few cases of depending on G_CONST_RETURN not being defined
to 'const'.  Remove those in preparation for deprecation of
G_CONST_RETURN.
gobject/Makefile.am
gobject/gbinding.c
gobject/gobject.c
gobject/gparam.c
gobject/gtype.c
gobject/testgobject.c