Function

GeglBufferIteratorempty_new

Declaration [src]

GeglBufferIterator*
gegl_buffer_iterator_empty_new (
  int max_slots
)

Description [src]

Create a new buffer iterator without adding any buffers.

Parameters

max_slots int
  No description available.

Return value

Returns: GeglBufferIterator
 

A new buffer iterator.

 The data is owned by the called function.