Avoid overeager warning about deprecated properties
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 May 2014 03:05:41 +0000 (23:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 May 2014 12:08:38 +0000 (08:08 -0400)
commit4360756c6903491977886f4b4eee0650469d9ea4
tree49a12fc30466270236d46df5b40d94c651a8eb67
parent4dba2eb48625c7d5f72e4737eff28688332143c6
Avoid overeager warning about deprecated properties

Construct properties are always set during construction.
It makes no sense to warn about this even if the property
is marked as deprecated; the deprecation warning should
only be issues for explicit uses of the property after
construction.

https://bugzilla.gnome.org/show_bug.cgi?id=730045
gobject/gobject.c