Skip to content

WIP: Support owned types, such as ::glib::Variant

mredlek requested to merge mredlek/gnome-class:variant into master

Hi,

I tried to make a class containing a ::glib::Variant type to work. I did made it compare and a very simple test seems to work. I am unsure though if it generated the correct code.

I added the generated code commented in tests/variant.rs. Can you tell me which code you expect this test to generate?

Merge request reports