Hi,
On 11/21/2011 02:58 PM, Marc-André Lureau wrote:
Hi
I wasn't sure about it myself either, but note that g_object_set is
a va function, so sizeof arguments matters, and I think that FALSE
will
likely evaluate to an int, so if sizeof(int) != sizeof(gboolean) this
may be an issue, hence the cast. Basically I'm going for better safe
then
sorry here.
The GObject testing code itself is not doing this.
http://git.gnome.org/browse/glib/tree/gobject/tests/binding.c#n522
Ok, I've dropped the casts, and will push a version with them dropped
when I get around to pushing.
Regards,
Hans
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel