Top | ![]() |
![]() |
![]() |
![]() |
gchar ** gimp_buffers_get_list (const gchar *filter
,gint *num_buffers
);
Retrieve a complete listing of the available buffers.
This procedure returns a complete listing of available named buffers.
filter |
An optional regular expression used to filter the list. |
|
num_buffers |
The number of buffers. |
[out] |
The list of buffer names.
The returned value must be freed with g_strfreev()
.
[array length=num_buffers][element-type gchar*][transfer full]
Since: 2.4
gchar * gimp_buffer_rename (const gchar *buffer_name
,const gchar *new_name
);
Renames a named buffer.
This procedure renames a named buffer.
The real name given to the buffer.
The returned value must be freed with g_free()
.
[transfer full]
Since: 2.4
gboolean
gimp_buffer_delete (const gchar *buffer_name
);
Deletes a named buffer.
This procedure deletes a named buffer.
Since: 2.4
gint
gimp_buffer_get_width (const gchar *buffer_name
);
Retrieves the specified buffer's width.
This procedure retrieves the specified named buffer's width.
Since: 2.4
gint
gimp_buffer_get_height (const gchar *buffer_name
);
Retrieves the specified buffer's height.
This procedure retrieves the specified named buffer's height.
Since: 2.4
gint
gimp_buffer_get_bytes (const gchar *buffer_name
);
Retrieves the specified buffer's bytes.
This procedure retrieves the specified named buffer's bytes.
Since: 2.4
GimpImageBaseType
gimp_buffer_get_image_type (const gchar *buffer_name
);
Retrieves the specified buffer's image type.
This procedure retrieves the specified named buffer's image type.
Since: 2.4