Gimp.Item.detach_parasite
@accepts(Gimp.Item, unicode)
@returns(bool)
def detach_parasite(self, name):
# Python wrapper for gimp_item_detach_parasite()
Removes a parasite from an item.
This procedure detaches a parasite from an item. It has no return values.
Since 2.8
- self
The item.
- name
The name of the parasite to detach from the item.
- Returns