[beast: 3/12] PLUGINS: rename ic0n and p1xel to make room for new API



commit 791109800af7c29535d6c1c061b14225bf173c7a
Author: Tim Janik <timj gnu org>
Date:   Fri Sep 18 10:36:54 2015 +0200

    PLUGINS: rename ic0n and p1xel to make room for new API

 plugins/bseadder.cc |    6 +++---
 plugins/bseadder.hh |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/bseadder.cc b/plugins/bseadder.cc
index 310e7fc..68fe45a 100644
--- a/plugins/bseadder.cc
+++ b/plugins/bseadder.cc
@@ -26,7 +26,7 @@ static void    bse_adder_get_property         (GObject        *object,
                                                 guint           param_id,
                                                 GValue         *value,
                                                 GParamSpec     *pspec);
-static BseIcon*         bse_adder_do_get_icon          (BseObject      *object);
+static BseIc0n*         bse_adder_do_get_icon          (BseObject      *object);
 static void      bse_adder_context_create       (BseSource      *source,
                                                 guint           context_handle,
                                                 BseTrans       *trans);
@@ -64,7 +64,7 @@ bse_adder_class_init (BseAdderClass *klass)
 
   source_class->context_create = bse_adder_context_create;
 
-  klass->sub_icon = bse_icon_from_pixstream (sub_pixstream);
+  klass->sub_icon = bse_ic0n_from_pixstream (sub_pixstream);
 
   bse_object_class_add_param (object_class, "Features",
                              PARAM_SUBTRACT,
@@ -88,7 +88,7 @@ bse_adder_init (BseAdder *self)
   self->subtract = FALSE;
 }
 
-static BseIcon*
+static BseIc0n*
 bse_adder_do_get_icon (BseObject *object)
 {
   BseAdder *self = BSE_ADDER (object);
diff --git a/plugins/bseadder.hh b/plugins/bseadder.hh
index d34da4c..daa0ae4 100644
--- a/plugins/bseadder.hh
+++ b/plugins/bseadder.hh
@@ -22,7 +22,7 @@ struct BseAdder : BseSource {
   gboolean       subtract;
 };
 struct BseAdderClass : BseSourceClass {
-  BseIcon      *sub_icon;
+  BseIc0n      *sub_icon;
 };
 
 enum


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