Function

Gimpcontext_set_image

unstable since: 3.4

Declaration [src]

gboolean
gimp_context_set_image (
  GimpImage* image
)

Description [src]

Set the current active image.

Sets the current active image in the GIMP workspace. After this is set, operations will work on the new image.

Available since: 3.4

Parameters

image

Type: GimpImage

The active image.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE on success.