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

Override GValue.set/get_boxed with static C marshaler

Override boxed type get/set methods on GValue to use the static C
GValue marshaler. This works around the inability of the introspection
version of these methods to know what the held GValue type is.
With this, all boxed types will now marshal properly with GValues as
their storage.

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