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.
See Implementation
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.