Function
Gimpget_parasite_list
Declaration [src]
gchar**
gimp_get_parasite_list (
void
)
Description [src]
List all parasites.
Returns a list of all currently attached global parasites.
Available since: | 2.8 |
Return value
Returns: | An array of utf8 |
|
|
The array is NULL -terminated. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
Each element is a NUL terminated UTF-8 string. |