[gegl] workshop/generated: remove invalid char in ruby script



commit cdbcf46ecd6103c0cacaa700fef1446147c5aa16
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue May 20 22:16:45 2014 +0200

    workshop/generated: remove invalid char in ruby script

 operations/workshop/generated/average.c       |   12 ++++++------
 operations/workshop/generated/blend-reflect.c |   12 ++++++------
 operations/workshop/generated/blend.rb        |    2 +-
 operations/workshop/generated/negation.c      |   12 ++++++------
 operations/workshop/generated/soft-burn.c     |   12 ++++++------
 operations/workshop/generated/soft-dodge.c    |   12 ++++++------
 operations/workshop/generated/subtractive.c   |   12 ++++++------
 7 files changed, 37 insertions(+), 37 deletions(-)
---
diff --git a/operations/workshop/generated/average.c b/operations/workshop/generated/average.c
index 5849326..0fe7fc0 100644
--- a/operations/workshop/generated/average.c
+++ b/operations/workshop/generated/average.c
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
- *  Copyright 2006 Øyvind Kolås <pippin gimp org>
+ *  Copyright 2006 Oyvind Kolas <pippin gimp org>
  *
  * The formulas used for the blend modes are from:
  *     http://www.pegtop.net/delphi/articles/blendmodes/
@@ -27,16 +27,16 @@
 #include <glib/gi18n-lib.h>
 
 
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
 
 /* no properties */
 
 #else
 
-#define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE          "average.c"
+#define GEGL_OP_POINT_COMPOSER
+#define GEGL_OP_C_FILE          "average.c"
 
-#include "gegl-chant.h"
+#include "gegl-op.h"
 #include <math.h>
 
 static void prepare (GeglOperation *self)
@@ -91,7 +91,7 @@ process (GeglOperation       *op,
 
 
 static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
 {
   GeglOperationClass              *operation_class;
   GeglOperationPointComposerClass *point_composer_class;
diff --git a/operations/workshop/generated/blend-reflect.c b/operations/workshop/generated/blend-reflect.c
index c10803f..2680d33 100644
--- a/operations/workshop/generated/blend-reflect.c
+++ b/operations/workshop/generated/blend-reflect.c
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
- *  Copyright 2006 Øyvind Kolås <pippin gimp org>
+ *  Copyright 2006 Oyvind Kolas <pippin gimp org>
  *
  * The formulas used for the blend modes are from:
  *     http://www.pegtop.net/delphi/articles/blendmodes/
@@ -27,16 +27,16 @@
 #include <glib/gi18n-lib.h>
 
 
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
 
 /* no properties */
 
 #else
 
-#define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE          "blend-reflect.c"
+#define GEGL_OP_POINT_COMPOSER
+#define GEGL_OP_C_FILE          "blend-reflect.c"
 
-#include "gegl-chant.h"
+#include "gegl-op.h"
 #include <math.h>
 
 static void prepare (GeglOperation *self)
@@ -91,7 +91,7 @@ process (GeglOperation       *op,
 
 
 static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
 {
   GeglOperationClass              *operation_class;
   GeglOperationPointComposerClass *point_composer_class;
diff --git a/operations/workshop/generated/blend.rb b/operations/workshop/generated/blend.rb
index 4fd5f87..c417cc8 100755
--- a/operations/workshop/generated/blend.rb
+++ b/operations/workshop/generated/blend.rb
@@ -18,7 +18,7 @@ copyright = '
  * You should have received a copy of the GNU Lesser General Public
  * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
- *  Copyright 2006 Øyvind Kolås <pippin gimp org>
+ *  Copyright 2006 Oyvind Kolas <pippin gimp org>
  *
  * The formulas used for the blend modes are from:
  *     http://www.pegtop.net/delphi/articles/blendmodes/
diff --git a/operations/workshop/generated/negation.c b/operations/workshop/generated/negation.c
index b66fd03..bdb7f45 100644
--- a/operations/workshop/generated/negation.c
+++ b/operations/workshop/generated/negation.c
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
- *  Copyright 2006 Øyvind Kolås <pippin gimp org>
+ *  Copyright 2006 Oyvind Kolas <pippin gimp org>
  *
  * The formulas used for the blend modes are from:
  *     http://www.pegtop.net/delphi/articles/blendmodes/
@@ -27,16 +27,16 @@
 #include <glib/gi18n-lib.h>
 
 
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
 
 /* no properties */
 
 #else
 
-#define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE          "negation.c"
+#define GEGL_OP_POINT_COMPOSER
+#define GEGL_OP_C_FILE          "negation.c"
 
-#include "gegl-chant.h"
+#include "gegl-op.h"
 #include <math.h>
 
 static void prepare (GeglOperation *self)
@@ -91,7 +91,7 @@ process (GeglOperation       *op,
 
 
 static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
 {
   GeglOperationClass              *operation_class;
   GeglOperationPointComposerClass *point_composer_class;
diff --git a/operations/workshop/generated/soft-burn.c b/operations/workshop/generated/soft-burn.c
index 9c57d70..077484b 100644
--- a/operations/workshop/generated/soft-burn.c
+++ b/operations/workshop/generated/soft-burn.c
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
- *  Copyright 2006 Øyvind Kolås <pippin gimp org>
+ *  Copyright 2006 Oyvind Kolas <pippin gimp org>
  *
  * The formulas used for the blend modes are from:
  *     http://www.pegtop.net/delphi/articles/blendmodes/
@@ -27,16 +27,16 @@
 #include <glib/gi18n-lib.h>
 
 
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
 
 /* no properties */
 
 #else
 
-#define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE          "soft-burn.c"
+#define GEGL_OP_POINT_COMPOSER
+#define GEGL_OP_C_FILE          "soft-burn.c"
 
-#include "gegl-chant.h"
+#include "gegl-op.h"
 #include <math.h>
 
 static void prepare (GeglOperation *self)
@@ -91,7 +91,7 @@ process (GeglOperation       *op,
 
 
 static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
 {
   GeglOperationClass              *operation_class;
   GeglOperationPointComposerClass *point_composer_class;
diff --git a/operations/workshop/generated/soft-dodge.c b/operations/workshop/generated/soft-dodge.c
index 1e594fa..9bdbc03 100644
--- a/operations/workshop/generated/soft-dodge.c
+++ b/operations/workshop/generated/soft-dodge.c
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
- *  Copyright 2006 Øyvind Kolås <pippin gimp org>
+ *  Copyright 2006 Oyvind Kolas <pippin gimp org>
  *
  * The formulas used for the blend modes are from:
  *     http://www.pegtop.net/delphi/articles/blendmodes/
@@ -27,16 +27,16 @@
 #include <glib/gi18n-lib.h>
 
 
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
 
 /* no properties */
 
 #else
 
-#define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE          "soft-dodge.c"
+#define GEGL_OP_POINT_COMPOSER
+#define GEGL_OP_C_FILE          "soft-dodge.c"
 
-#include "gegl-chant.h"
+#include "gegl-op.h"
 #include <math.h>
 
 static void prepare (GeglOperation *self)
@@ -91,7 +91,7 @@ process (GeglOperation       *op,
 
 
 static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
 {
   GeglOperationClass              *operation_class;
   GeglOperationPointComposerClass *point_composer_class;
diff --git a/operations/workshop/generated/subtractive.c b/operations/workshop/generated/subtractive.c
index b5c8bae..e051a6c 100644
--- a/operations/workshop/generated/subtractive.c
+++ b/operations/workshop/generated/subtractive.c
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
- *  Copyright 2006 Øyvind Kolås <pippin gimp org>
+ *  Copyright 2006 Oyvind Kolas <pippin gimp org>
  *
  * The formulas used for the blend modes are from:
  *     http://www.pegtop.net/delphi/articles/blendmodes/
@@ -27,16 +27,16 @@
 #include <glib/gi18n-lib.h>
 
 
-#ifdef GEGL_CHANT_PROPERTIES
+#ifdef GEGL_PROPERTIES
 
 /* no properties */
 
 #else
 
-#define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE          "subtractive.c"
+#define GEGL_OP_POINT_COMPOSER
+#define GEGL_OP_C_FILE          "subtractive.c"
 
-#include "gegl-chant.h"
+#include "gegl-op.h"
 #include <math.h>
 
 static void prepare (GeglOperation *self)
@@ -91,7 +91,7 @@ process (GeglOperation       *op,
 
 
 static void
-gegl_chant_class_init (GeglChantClass *klass)
+gegl_op_class_init (GeglOpClass *klass)
 {
   GeglOperationClass              *operation_class;
   GeglOperationPointComposerClass *point_composer_class;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]