diff --git a/doc/en/Gtk/TextIter.xml b/doc/en/Gtk/TextIter.xml index 10639ee94..ed46994c2 100644 --- a/doc/en/Gtk/TextIter.xml +++ b/doc/en/Gtk/TextIter.xml @@ -838,9 +838,9 @@ System.Int32 - To be added - To be added: an object of type 'int' - To be added + Number of characters in the TextIter's line. + Returns the number of characters in the TextIter's current line. + None. @@ -877,9 +877,9 @@ System.String - To be added - To be added: an object of type 'string' - To be added + Character the TextIter points to. + a 1 character length string container the character pointed to by the TextIter + Even though this property returns a string, it will never hold more than a single character. @@ -891,10 +891,10 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Manipulates the offset from the start of the buffer. + Moves the iter to the offset provided. + Returns the offset of the iter from the start of the buffer. + None.