Open rebelsky opened 11 years ago
gimp_dbus_param_to_g_variant has a parameter called asize that is a pointer to an integer. It's not at all clear why we're using a pointer rather than just an integer. Explore the issue and either fix or document.
In addition, it's a stupid parameter to have if the GimpParam is not an array. It probably makes sense to split this into two procedures.
gimp_dbus_param_to_g_variant has a parameter called asize that is a pointer to an integer. It's not at all clear why we're using a pointer rather than just an integer. Explore the issue and either fix or document.