After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708076 - Doc: small fixes in GtkTextView
Doc: small fixes in GtkTextView
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.9.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-14 16:25 UTC by Sébastien Wilmet
Modified: 2013-09-14 19:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doc: small fixes in GtkTextView (4.24 KB, patch)
2013-09-14 16:26 UTC, Sébastien Wilmet
accepted-commit_now Details | Review

Description Sébastien Wilmet 2013-09-14 16:25:49 UTC
See the attached patch.
Comment 1 Sébastien Wilmet 2013-09-14 16:26:32 UTC
Created attachment 254926 [details] [review]
Doc: small fixes in GtkTextView

Move GtkWrapMode from GtkTextTag to the GtkTextView section. The wrap
mode property is in the text view.

Links to the "mark-set" and "mark-deleted" signals.

Add a precision about gtk_text_buffer_get_iter_at_line().

Fix typo in gtk_text_tag_set_priority().
Comment 2 Paolo Borelli 2013-09-14 18:53:24 UTC
Review of attachment 254926 [details] [review]:

Looks good!
Comment 3 Sébastien Wilmet 2013-09-14 19:46:56 UTC
Commit pushed to the master branch, thank you for the review.