GTokenType

The possible types of token returned from each g_scanner_get_next_token() call. G_TOKEN_EOF the end of the file. G_TOKEN_LEFT_PAREN a '(' character. G_TOKEN_LEFT_CURLY a '{' character. G_TOKEN_RIGHT_CURLY a '}' character.

Values

ValueMeaning
EOF0
LEFT_PAREN'('
RIGHT_PAREN')'
LEFT_CURLY'{'
RIGHT_CURLY'}'
LEFT_BRACE'['
RIGHT_BRACE']'
EQUAL_SIGN'='
COMMA','
NONE256
ERROR
CHAR
BINARY
OCTAL
INT
HEX
FLOAT
STRING
SYMBOL
IDENTIFIER
IDENTIFIER_NULL
COMMENT_SINGLE
COMMENT_MULTI
LAST

Meta