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.
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.