Function
Gtkrc_parse_string
deprecated: 3.0
Declaration [src]
void
gtk_rc_parse_string(
constgchar*rc_string
)
Description [src]
Parses resource information directly from a string.
Deprecated since: 3.0
Use GtkCssProvider instead.
Parameters
rc_string-
Type:
const gchar*A string to parse.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string.