Package: gtk

Function gtk-css-section-end-line

Lambda List

gtk-css-section-end-line (section)

Arguments

section -- a gtk-css-section instance

Return Value

An unsigned integer with the line number.

Details

Returns the line in the CSS document where this section end. The line number is zero-indexed, so the first line of the document will return 0. This value may change in future invocations of this function if the section is not yet parsed completely. This will for example happen in the "parsing-error" signal. The end position and line may be identical to the start position and line for sections which failed to parse anything successfully.
 

See also

*2021-11-18