[gegl] expose gegl_operation_set_object in public header



commit bac70694c30606586f96274a73a6bdb7ef2be7bc
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sat Mar 24 17:26:02 2012 +0000

    expose gegl_operation_set_object in public header

 gegl/gegl-plugin.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gegl/gegl-plugin.h b/gegl/gegl-plugin.h
index 0ba48c9..0e78be2 100644
--- a/gegl/gegl-plugin.h
+++ b/gegl/gegl-plugin.h
@@ -77,6 +77,9 @@ GeglBuffer     *gegl_operation_context_get_source (GeglOperationContext *self,
                                                    const gchar          *padname);
 GeglBuffer     *gegl_operation_context_get_target (GeglOperationContext *self,
                                                    const gchar          *padname);
+void            gegl_operation_context_set_object (GeglOperationContext *context,
+                                                   const gchar          *padname,
+                                                   GObject              *data);
 void            gegl_operation_context_take_object(GeglOperationContext *context,
                                                    const gchar          *padname,
                                                    GObject              *data);



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