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