Method

GtkCssSectionget_start_line

since: 3.2

Declaration [src]

guint
gtk_css_section_get_start_line (
  const GtkCssSection* section
)

Description [src]

Returns the line in the CSS document where this section starts. The line number is 0-indexed, so the first line of the document will return 0.

Available since: 3.2

Return value

Type: guint

The line number.