Hi,

Wanted to suggest a feature that would be useful to simply the
consumption of GValue based methods. Just a bit of compiler magic to
automatically box/unbox values into GValue's?

For example,

public void do_something (GValue *value);

// create a gvalue, and use proper g_value_set method
do_something ("blah");
or
do_something (100);

If others are interested, I will create a bug.

Cheers,

-- Christian
_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to