Method

GimpImageattach_parasite

Declaration [src]

gboolean
gimp_image_attach_parasite (
  GimpImage* image,
  const GimpParasite* parasite
)

Description [src]

Add a parasite to an image.

This procedure attaches a parasite to an image. It has no return values.

Available since:2.8

Parameters

parasite GimpParasite
 

The parasite to attach to an image.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE on success.