RcStyle.parseColorFull

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. Since 2.12

class RcStyle
static
uint
parseColorFull

Parameters

scanner ScannerG

a GScanner

style RcStyle

a GtkRcStyle, or NULL. [allow-none]

color Color

a pointer to a GdkColor structure 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

Meta