Function
Gimpedit_named_copy
Declaration [src]
gchar*
gimp_edit_named_copy (
gint num_drawables,
const GimpItem** drawables,
const gchar* buffer_name
)
Description [src]
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.
Available since: | 2.4 |
Parameters
num_drawables |
gint |
The number of drawables. |
|
drawables |
An array of None |
The drawables to copy from. |
|
The length of the array is specified in the num_drawables argument. | |
The data is owned by the caller of the function. | |
buffer_name |
const gchar* |
The name of the buffer to create. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |