Skip to content
Commit 9948a67e authored by Christoph Reiter's avatar Christoph Reiter 🐍 Committed by Christoph Reiter
Browse files

tests: Don't use deprecated override attributes

In case the test explicitly tests the deprecated attribute
silence the resulting warnings.

Instead of replacing GObject.PARAM_READWRITE with
GObject.ParamFlags.READWRITE use (READABLE | WRITABLE)
to not depend on a newer glib version.

https://bugzilla.gnome.org/show_bug.cgi?id=743514
parent 9285b23c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment