rcParseColorFull

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.

More...

Parameters

scanner glib.scanner.Scanner

a #GScanner

style gtk.rc_style.RcStyle

a #GtkRcStyle, or null

color gdk.color.Color

a pointer to a #GdkColor in which to store the result

Return Value

Type: uint

G_TOKEN_NONE if parsing succeeded, otherwise the token that was expected but not found

Detailed Description

Deprecated: Use #GtkCssProvider instead