Skip to content

pygobject: ignore GParameter deprecations

Christian Hergert requested to merge wip/chergert/quiet-gparameter into master

Consumers of this API will get GParameter notifications elsewhere in their code when using GParameter. Since it needs to be around for compatibility API, we can safely ignore it here and save consuming applications some duplicated deprecation warnings.

Merge request reports