Package: gtk

Function gtk-text-iter-char

Lambda List

gtk-text-iter-char (iter)

Arguments

iter -- a gtk-text-iter instance

Return Value

A Unicode character.

Details

Returns a Unicode character at this iterator, or 0 if the iterator is not dereferenceable. If the element at this iterator is a non-character element, such as an image embedded in the text buffer, the Unicode "unknown" character 0xFFFC is returned. If invoked on the end iterator, zero is returned.
 

See also

2021-6-13