Skip to content
Commit 6f5a9a37 authored by Simon Feltman's avatar Simon Feltman
Browse files

overrides: Make value argument to Container.child_get_property optional

Override Gtk.Container.child_get_property to optionally accept the "value"
argument. If "value" is not supplied, the override will locate the child
property value type and create the GValue. Additionally return the resulting
GValue converted to a native Python value.

https://bugzilla.gnome.org/show_bug.cgi?id=685076
parent bf84915f
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