rcParseColorFull

fnuint rcParseColorFull(glib.scanner.Scanner scanner, gtk.rc_style.RcStyle style, out gdk.color.Color color)

Parses a color in the format expected in a RC file. If style is not null, it will be consulted to resolve references to symbolic colors.

Parameters

scannera #GScanner
stylea #GtkRcStyle, or null
colora pointer to a #GdkColor in which to store the result

Returns

G_TOKEN_NONE if parsing succeeded, otherwise the token

that was expected but not found

Deprecated

Use #GtkCssProvider instead