[gegl] Made gegl_operation_context_get_object public



commit bbee2692d89353b51659a8f0082055508505c172
Author: �yvind Kolås <pippin gimp org>
Date:   Thu Nov 12 01:11:01 2009 +0000

    Made gegl_operation_context_get_object public

 gegl/gegl-plugin.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gegl/gegl-plugin.h b/gegl/gegl-plugin.h
index 7bbb5c7..d365624 100644
--- a/gegl/gegl-plugin.h
+++ b/gegl/gegl-plugin.h
@@ -78,6 +78,8 @@ GeglBuffer     *gegl_operation_context_get_target (GeglOperationContext *self,
 void            gegl_operation_context_take_object(GeglOperationContext *context,
                                                    const gchar          *padname,
                                                    GObject              *data);
+GObject        *gegl_operation_context_get_object (GeglOperationContext *context,
+                                                   const gchar          *padname);
 
 void            gegl_extension_handler_register    (const gchar         *extension,
                                                     const gchar         *handler);



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