rc_parse_priority
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public uint rc_parse_priority (Scanner scanner, PathPriorityType priority)
Warning: rc_parse_priority is deprecated since 3.0.
Parses a PathPriorityType variable from the format expected in a RC file.
Note:
Use CssProvider instead
Parameters:
scanner |
a Scanner (must be initialized for parsing an RC file) |
priority |
A pointer to PathPriorityType variable in which to store the result. |
Returns:
g_token_none if parsing succeeded, otherwise the token that was expected but not found. |
Namespace: Gtk
Package: gtk+-3.0