gegl r2899 - trunk/gegl/process



Author: martinn
Date: Tue Feb 10 20:00:26 2009
New Revision: 2899
URL: http://svn.gnome.org/viewvc/gegl?rev=2899&view=rev

Log:
change_notification -> gegl_eval_mgr_change_notification

Modified:
   trunk/gegl/process/gegl-eval-mgr.c

Modified: trunk/gegl/process/gegl-eval-mgr.c
==============================================================================
--- trunk/gegl/process/gegl-eval-mgr.c	(original)
+++ trunk/gegl/process/gegl-eval-mgr.c	Tue Feb 10 20:00:26 2009
@@ -96,9 +96,9 @@
 }
 
 static gboolean
-change_notification (GObject    *gobject,
-         gpointer    foo,
-         gpointer    user_data)
+gegl_eval_mgr_change_notification (GObject    *gobject,
+                                   gpointer    foo,
+                                   gpointer    user_data)
 {
   GeglEvalMgr *mgr = GEGL_EVAL_MGR (user_data);
   if (mgr->state)
@@ -235,8 +235,8 @@
     self->pad_name = g_strdup (pad_name);
   else
     self->pad_name = g_strdup ("output");
-  /*g_signal_connect (G_OBJECT (self->node->operation), "notify", G_CALLBACK (change_notification), self);*/
-  g_signal_connect (G_OBJECT (self->node), "invalidated", G_CALLBACK (change_notification), self);
-  g_signal_connect (G_OBJECT (self->node), "notify", G_CALLBACK (change_notification), self);
+  /*g_signal_connect (G_OBJECT (self->node->operation), "notify", G_CALLBACK (gegl_eval_mgr_change_notification), self);*/
+  g_signal_connect (G_OBJECT (self->node), "invalidated", G_CALLBACK (gegl_eval_mgr_change_notification), self);
+  g_signal_connect (G_OBJECT (self->node), "notify", G_CALLBACK (gegl_eval_mgr_change_notification), self);
   return self;
 }



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