RSS/Atom feed Twitter
Site is read-only, email is disabled

"class" to "operation" diff.

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

"class" to "operation" diff. Victor Bogado 01 Sep 20:22
Victor Bogado
2006-09-01 20:22:29 UTC (over 17 years ago)

"class" to "operation" diff.

Here it is the diff file that changes the "class" property to "operation". I found a little problem while doing this, the "Gegl_node" object already had a property named "operation", so I renamed that to "gegl_operation".

Also I tried to make sure that this remained backward compatible, with bath the XML format and the API. With this patch the library will warn the user when he uses a "class" property advising him to change it to "operation".

I test this with the gegl-demo applications and XML files and it all went fine. Well there were lots and lots of warnings, but all the output were okay.