crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

Unknown GBoxed type 'GVariantType' #8

Closed crategus closed 11 years ago

crategus commented 11 years ago

Running the tests for the GIO library gives the error message:

Execution error in GIO-SIMPLE-ACTION-GROUP: Unknown GBoxed type 'GVariantType'

Furthermore the example "Simple GTk+ Application" of the GTK+ Lisp Tutorial does no longer work as expected, but gives the same error.

GVariantType was first implemented as of type GBoxed. This has been changed to a simple CStruct. There seems to be something wrong in type system of GObject with a GVariant type.