gobject: Only emit deprecation warnings for user-specified properties
-
gobject: Only emit deprecation warnings for user-specified properties
If a deprecated property only gets set because it is G_PARAM_CONSTRUCT or G_PARAM_CONSTRUCT_ONLY, then there is nothing for the library user to fix, and we should not emit a deprecation warning.
Resolves: #2748 (closed)
-
gobject: Add a test for deprecated properties
Reproduces: #2748 (closed)