Gimp.buffer_get_height (original) (raw)
Gimp
API Version: 3.0
Library Version: 3.0.2
Functions
Function
Gimpbuffer_get_height
since: 2.4
Declaration [src]
gint
gimp_buffer_get_height (
const gchar* buffer_name
)
Description [src]
Retrieves the specified buffer’s height.
This procedure retrieves the specified named buffer’s height.
Available since: 2.4
Parameters
buffer_name
Type: const gchar*
The buffer name.
The data is owned by the caller of the function. |
---|
The value is a NUL terminated UTF-8 string. |
Return value
Type: gint
The buffer height.