Struct

GtkSvgLocation

unstable since: 4.22

Description [src]

struct GtkSvgLocation {
  size_t bytes;
  size_t lines;
  size_t line_chars;
}

Provides information about a location in an SVG document.

The information should be considered approximate; it is meant to provide feedback for errors in an editor.

Structure members
bytes: size_t

The byte index in document. If unknown, this will be zero (which is also a valid value, but only if all three values are zero).

lines: size_t

The line index in the document, 0-based.

line_chars: size_t

The char index in the line, 0-based.

Available since: 4.22