Gimp.edit_named_copy

@accepts(int, [Gimp.Item], unicode)
@returns(unicode)
def edit_named_copy(num_drawables, drawables, buffer_name):
    # Python wrapper for gimp_edit_named_copy()
  

Copy into a named buffer.

This procedure works like Gimp.edit_copy, but additionally stores the copied buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.

Since 2.4

num_drawables

The number of drawables.

drawables

The drawables to copy from.

buffer_name

The name of the buffer to create.

Returns