Gimp.Item.prototype.get_parasite_list

function get_parasite_list(): Array(String) {
    // Gjs wrapper for gimp_item_get_parasite_list()
}
  

List all parasites.

Returns a list of all parasites currently attached the an item.

Since 2.8

Returns

The names of currently attached parasites. The returned value must be freed with g_strfreev().