G_DECLARE_*: be const-compliant
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Tue, 24 Feb 2015 08:17:33 +0000 (09:17 +0100)
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Fri, 27 Feb 2015 07:51:08 +0000 (08:51 +0100)
commit52f23db74ad58b822bafb0fdcac106489d864f8c
tree4eedf446c52d676206373a21ff18bbbeee94a13f
parent3f596074a90c692fa5de736e37a0cc8bb1685c19
G_DECLARE_*: be const-compliant

switching to the old macros boilerplate to G_DECLARE_*
a lot of warnings start to pop when *_IS_A_* or such are
called from a const context.
Fix this by taking const pointers as parameters

https://bugzilla.gnome.org/show_bug.cgi?id=745068

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
gobject/gtype.h