Method
GeglBufferintrospectable_set
Declaration [src]
void
gegl_buffer_introspectable_set (
  GeglBuffer* buffer,
  const GeglRectangle* rect,
  const gchar* format_name,
  const guchar* src,
  gint src_length
)
Description [src]
Store a linear raster buffer into the GeglBuffer.
This method is renamed to gegl_buffer_set() in language bindings.
Parameters
- rect
- 
            Type: GeglRectangleThe rectangle to write. The data is owned by the caller of the method. 
- format_name
- 
            Type: const gchar*The format of the input data. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- src
- 
            Type: An array of gucharPixel data to write to buffer.The length of the array is specified in the src_lengthargument.The data is owned by the caller of the method. 
- src_length
- 
            Type: gintThe lenght of src in bytes.