specify that this operation does not need the full buffer available before

* app/gegl/gimpoperationtilesink.c: specify that this operation does
not need the full buffer available before "flushing" the sink.
* app/gegl/gegl/gegl-operation-sink.h:
* app/gegl/gegl/gegl-operation.h: updated copy of headers.

svn path=/trunk/; revision=24480
This commit is contained in:
Øyvind Kolås 2007-12-30 15:22:57 +00:00
parent 772d2629c3
commit af3009347a
2 changed files with 10 additions and 10 deletions

View File

@ -26,10 +26,10 @@
extern "C" {
#endif /* __cplusplus */
#define GEGL_TYPE_OPERATION_SINK (gegl_operation_sink_get_type ())
#define GEGL_OPERATION_SINK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEGL_TYPE_OPERATION_SINK, GeglOperationSink))
#define GEGL_OPERATION_SINK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEGL_TYPE_OPERATION_SINK, GeglOperationSinkClass))
#define GEGL_OPERATION_SINK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEGL_TYPE_OPERATION_SINK, GeglOperationSinkClass))
#define GEGL_TYPE_OPERATION_SINK (gegl_operation_sink_get_type ())
#define GEGL_OPERATION_SINK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEGL_TYPE_OPERATION_SINK, GeglOperationSink))
#define GEGL_OPERATION_SINK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GEGL_TYPE_OPERATION_SINK, GeglOperationSinkClass))
#define GEGL_OPERATION_SINK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GEGL_TYPE_OPERATION_SINK, GeglOperationSinkClass))
#define GEGL_IS_OPERATION_SINK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEGL_TYPE_OPERATION_SINK))
#define GEGL_IS_OPERATION_SINK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEGL_TYPE_OPERATION_SINK))

View File

@ -250,15 +250,15 @@ GeglBuffer * gegl_operation_get_source (GeglOperation *operation,
gpointer context_id,
const gchar *pad_name);
gboolean gegl_operation_calc_source_regions (GeglOperation *operation,
gpointer context_id);
gboolean gegl_operation_calc_source_regions (GeglOperation *operation,
gpointer context_id);
void gegl_operation_vector_prop_changed (GeglVector *vector,
GeglOperation *operation);
void gegl_operation_vector_prop_changed (GeglVector *vector,
GeglOperation *operation);
void gegl_extension_handler_cleanup (void);
void gegl_extension_handler_cleanup (void);
void gegl_operation_gtype_cleanup (void);
void gegl_operation_gtype_cleanup (void);
G_END_DECLS