GNOME Bugzilla – Bug 749920
gegl_node_get_producer should take a const gchar *pad_name
Last modified: 2015-05-26 20:38:51 UTC
I can't imagine why gegl_node_get_producer would want to own or change the pad_name parameter. It should be const gchar *, not gchar *. Let's fix it so that applications don't have to do a bunch of casts to make the compiler shut up.
Created attachment 304033 [details] [review] GeglNode: gegl_node_get_producer should take a const gchar *pad_name
From #gegl on GIMPNet: <pippin> rishi: please push