GObject: tweak property deprecation warnings
authorRyan Lortie <desrt@desrt.ca>
Fri, 27 Jun 2014 17:21:03 +0000 (13:21 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 27 Jun 2014 18:44:36 +0000 (14:44 -0400)
commit66779064368742f04eb0e45346a3b4fb53a8d6ca
treeb0fd96886c37a44a85cc058b240a1daacd003fa8
parent4d327bdcb0fe94901c6d207afa90477a52f88df2
GObject: tweak property deprecation warnings

Don't emit property deprecation warnings for construct properties that
are being set to their default value during construction, but _do_ emit
them in all cases when the property was explicitly given to
g_object_new().

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