Method
GtkSvgget_state_names
since: 4.22
Declaration [src]
const char**
gtk_svg_get_state_names (
GtkSvg* self,
unsigned int* length
)
Description [src]
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.
Available since: 4.22