Method
GimpImagedetach_parasite
since: 2.8
Declaration [src]
gboolean
gimp_image_detach_parasite (
GimpImage* image,
const gchar* name
)
Description [src]
Removes a parasite from an image.
This procedure detaches a parasite from an image.
It will return FALSE if name is invalid (NULL or empty string) and TRUE otherwise (even if there was no parasite removed, because
no parasite was named like this).
Available since: 2.8