Code review comment for lp:~compiz-team/compiz/compiz.fix_1018602

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Maybe. But back to the actual case of g_variant_iter_loop(I, F, V)... F and V are tightly coupled and need to match up so you should see the explicit value of F and type of V within the same block of code...

int v;
g_variant_iter_loop(&x, "i", &v)

« Back to merge proposal