Package: gtk

Function gtk-css-section-end-position

Lambda List

gtk-css-section-end-position (section)

Arguments

section -- a gtk-css-section instance

Return Value

An unsigned integer with the offset in bytes from the start of the line.

Details

Returns the offset in bytes from the start of the current line returned via the gtk-css-section-end-line function. 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