RcStyle.parseColorFull

Warning gtk_rc_parse_color_full has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkCssProvider instead 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
deprecated 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. out

Return Value

Type: uint

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

Meta