gtkRcParsePriority {RGtk2} | R Documentation |
Parses a GtkPathPriorityType
variable from the format expected
in a RC file.
gtkRcParsePriority(scanner, priority)
|
[GScanner] a GtkScanner (must be initialized for parsing an RC file) |
|
[GtkPathPriorityType ] A pointer to GtkPathPriorityType variable in which
to store the result. |
[numeric] G_TOKEN_NONE
if parsing succeeded, otherwise the token
that was expected but not found.
Derived by RGtkGen from GTK+ documentation