AttrIterator.range

void range(out int start, out int end)

Get the range of the current segment.

Note that the stored return values are signed, not unsigned like the values in pango.attribute.Attribute. To deal with this API oversight, stored return values that wouldn't fit into a signed integer are clamped to G_MAXINT.

Parameters

startlocation to store the start of the range
endlocation to store the end of the range