Function
Gtkrc_parse_priority
deprecated: 3.0
Declaration [src]
guint
gtk_rc_parse_priority (
GScanner* scanner,
GtkPathPriorityType* priority
)
Description [src]
Parses a GtkPathPriorityType
variable from the format expected
in a RC file.
Deprecated since: 3.0
Use GtkCssProvider
instead.
Parameters
scanner
-
Type:
GScanner
A
GScanner
(must be initialized for parsing an RC file).The data is owned by the caller of the function. priority
-
Type:
GtkPathPriorityType
A pointer to
GtkPathPriorityType
variable in which to store the result.The data is owned by the caller of the function.