Scanner.curLine
uint curLine() nothrowReturns the current line in the input stream (counting from 1). This is the line of the last token parsed via glib.scanner.Scanner.getNextToken.
Returns
the current line
uint curLine() nothrowReturns the current line in the input stream (counting from 1). This is the line of the last token parsed via glib.scanner.Scanner.getNextToken.