GNOME Bugzilla – Bug 705529
GtkTextView: improve documentation
Last modified: 2013-08-06 10:14:58 UTC
A patch will be attached.
Created attachment 250898 [details] [review] Improve doc of gtk_text_tag_table_remove() It's obvious, but it's better to say it.
Review of attachment 250898 [details] [review]: See comments. ::: gtk/gtktexttagtable.c @@ +313,3 @@ + * + * Remove a tag from the table. The tag is also removed from the + * #GtkTextBuffer<!-- -->s that have @table as their tag table. The table's that has @table as its tag table. <- I think it is more correct like that @@ +314,3 @@ + * Remove a tag from the table. The tag is also removed from the + * #GtkTextBuffer<!-- -->s that have @table as their tag table. The table's + * reference to the tag is removed, so be careful - the tag will end up don't use -, instead use a dot?
(In reply to comment #2) > don't use -, instead use a dot? It was already present, but sure, I can change it.
Created attachment 250901 [details] [review] Improve doc of gtk_text_tag_table_remove() It's obvious, but it's better to say it.
Review of attachment 250901 [details] [review]: Looks good.
Commit pushed.