Gimp.get_parasite_list
function get_parasite_list(): Array(String) {
// Gjs wrapper for gimp_get_parasite_list()
}
List all parasites.
Returns a list of all currently attached global parasites.
Since 2.8
- Returns
The names of currently attached parasites. The returned value must be freed with g_strfreev().