GNOME Bugzilla – Bug 703313
Improve documentation of the GtkTextView API
Last modified: 2013-06-30 08:40:09 UTC
I'll attach a patch soon.
Created attachment 248050 [details] [review] textiter: doc precision for forward_search() and backward_search()
Created attachment 248054 [details] [review] textiter: better document "tag" functions
Review of attachment 248050 [details] [review]: looks good
Review of attachment 248054 [details] [review]: ::: gtk/gtktextiter.c @@ +1165,3 @@ + * Note that if gtk_text_iter_begins_tag() returns %TRUE, @iter is at the + * beginning of the tagged range, and the <emphasis>character</emphasis> at + * range. In other words, if gtk_text_iter_begins_tag() returns %TRUE, this sentence is strange... I was expecting "if A and B *then* something"
Created attachment 248056 [details] [review] textiter: better document "tag" functions
Review of attachment 248056 [details] [review]: looks good now
Pushed, thanks.