make *_get_instance_private const-compliant
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Sat, 9 Nov 2013 03:09:20 +0000 (12:09 +0900)
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Fri, 27 Feb 2015 07:51:08 +0000 (08:51 +0100)
commita3a9664ed202303b899ca55625877542309d1a1f
tree1258e54c256f9d895ac9eb0aad7c3bc0aaa938c0
parent52f23db74ad58b822bafb0fdcac106489d864f8c
make *_get_instance_private const-compliant

This is pure read-only access to an external struct
so void warnings for people calling it from const
contexts such as accessors

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

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