GNOME Bugzilla – Bug 541949
GValue boxing magic
Last modified: 2008-07-08 08:50:02 UTC
It 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);
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 528436 ***