[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[]? get_state_names (out uint length)
Returns a `NULL`-terminated array of state names, if available.
Note that the returned array and the strings contained in it will only be valid until the `GtkSvg` is cleared or reloaded, so if you want to keep it around, you should make a copy.
| this |
an SVG paintable |
| length |
return location for the number of strings that are returned |
|
the state names |