See also: Main Index; Alphabetic; Misc; By Author; By Module; By Menu    External Links: The Gimp; Gimp User Manual

The Gimp parasite functions

gimp_drawable_parasite_attach Add a parasite to a drawable.
gimp_drawable_parasite_detach Removes a parasite from a drawable.
gimp_drawable_parasite_find Finds the named parasite in a drawable
gimp_drawable_parasite_list List all parasites.
gimp_image_parasite_attach Add a parasite to an image.
gimp_image_parasite_detach Removes a parasite from an image.
gimp_image_parasite_find Finds the named parasite in an image
gimp_image_parasite_list List all parasites.
gimp_parasite_attach Add a parasite to the gimp.
gimp_parasite_detach Removes a parasite from the gimp.
gimp_parasite_find Finds the named parasite.
gimp_parasite_list List all parasites.

gimp_drawable_parasite_attach

Input:
DRAWABLEdrawableThe drawable
PARASITEparasiteThe parasite to attach to a drawable
Returns: nothing
This procedure attaches a parasite to a drawable. It has no return values.
Jay Cox; 1998

gimp_drawable_parasite_detach

Input:
DRAWABLEdrawableThe drawable
STRINGnameThe name of the parasite to detach from a drawable.
Returns: nothing
This procedure detaches a parasite from a drawable. It has no return values.
Jay Cox; 1998

gimp_drawable_parasite_find

Input:
DRAWABLEdrawableThe drawable
STRINGnameThe name of the parasite to find
Returns:
PARASITEparasiteThe found parasite
Finds and returns the named parasite that was previously attached to a drawable.
Jay Cox; 1998

gimp_drawable_parasite_list

Input:
DRAWABLEdrawableThe drawable
Returns:
INT32num_parasitesThe number of attached parasites
STRINGARRAYparasitesThe names of currently attached parasites
Returns a list of all currently attached parasites.
Marc Lehmann; 1999

gimp_image_parasite_attach

Input:
IMAGEimageThe image
PARASITEparasiteThe parasite to attach to an image
Returns: nothing
This procedure attaches a parasite to an image. It has no return values.
Jay Cox; 1998

gimp_image_parasite_detach

Input:
IMAGEimageThe image
STRINGnameThe name of the parasite to detach from an image.
Returns: nothing
This procedure detaches a parasite from an image. It has no return values.
Jay Cox; 1998

gimp_image_parasite_find

Input:
IMAGEimageThe image
STRINGnameThe name of the parasite to find
Returns:
PARASITEparasiteThe found parasite
Finds and returns the named parasite that was previously attached to an image.
Jay Cox; 1998

gimp_image_parasite_list

Input:
IMAGEimageThe image
Returns:
INT32num_parasitesThe number of attached parasites
STRINGARRAYparasitesThe names of currently attached parasites
Returns a list of all currently attached parasites.
Marc Lehmann; 1999

gimp_parasite_attach

Input:
PARASITEparasiteThe parasite to attach to the gimp
Returns: nothing
This procedure attaches a parasite to the gimp. It has no return values.
Jay Cox; 1998

gimp_parasite_detach

Input:
STRINGnameThe name of the parasite to detach from the gimp.
Returns: nothing
This procedure detaches a parasite from the gimp. It has no return values.
Jay Cox; 1998

gimp_parasite_find

Input:
STRINGnameThe name of the parasite to find
Returns:
PARASITEparasiteThe found parasite
Finds and returns the named parasite that was previously attached to the gimp.
Jay Cox; 1998

gimp_parasite_list

Input: none
Returns:
INT32num_parasitesThe number of attached parasites
STRINGARRAYparasitesThe names of currently attached parasites
Returns a list of all currently attached parasites.
Marc Lehmann; 1999


The Gimp 2.3.2 (win32)Documentation fresh from PDB22:53:14 Fr 22.07.2005
Generated by pdb2doc.py written by Hans Breuer <Hans@Breuer.org>