Method

GLibScannercur_line

Declaration

guint
g_scanner_cur_line (
  GScanner* scanner
)

Description

Returns the current line in the input stream (counting from 1). This is the line of the last token parsed via g_scanner_get_next_token().

Return value

Type: guint

The current line.