[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.8" ) ]
public string[] dynamics_get_name_list (string? filter)
Retrieve the list of loaded paint dynamics.
This procedure returns a list of the paint dynamics that are currently available.
| filter |
An optional regular expression used to filter the list. |
|
The list of paint dynamics names. The returned value must be freed with strfreev. |