get_state_names
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[]? get_state_names (out uint length)
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, is if you want to keep it around, you should make a copy.
Parameters:
| this |
an SVG paintable |
| length |
return location for the number of strings that are returned |
Returns:
|
the state names |