Closed sundermann closed 10 years ago
What happens if someone compiled glib-sharp (including this PR) having an older version of glib than 2.26?
The docs say that gtk# targets 2.28, so this is no problem
:+1:
Thanks for the patch, I've committed it to git master.
GVariant is a fundamental type since 2.26, this commit adds it to the fundamental type list and adds operators to construct and convert from and to a GValue.
https://github.com/GNOME/glib/blob/master/gobject/gtype.h#L196