Gimp.Item.attach_parasite
@accepts(Gimp.Item, Gimp.Parasite)
@returns(bool)
def attach_parasite(self, parasite):
# Python wrapper for gimp_item_attach_parasite()
Add a parasite to an item.
This procedure attaches a parasite to an item. It has no return values.
Since 2.8
- self
The item.
- parasite
The parasite to attach to the item.
- Returns