Function
GimpImageget_by_id
since: 3.0
Declaration [src]
GimpImage*
gimp_image_get_by_id (
gint32 image_id
)
Return value
Type: GimpImage
A GimpImage
for image_id
or
NULL
if image_id
does not represent a valid image.
The object belongs to libgimp and you must not modify
or unref it.
The data is owned by the called function. |
The return value can be NULL . |