Method
GeglBufferdup
Declaration [src]
GeglBuffer*
gegl_buffer_dup (
GeglBuffer* buffer
)
Description [src]
Duplicate a buffer (internally uses gegl_buffer_copy). Aligned tiles will create copy-on-write clones in the new buffer.
Return value
Returns: | GeglBuffer |
The new buffer. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |