Some trivial doc fixes.

2005-04-04  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktextbuffer.c: Some trivial doc fixes.
This commit is contained in:
Matthias Clasen 2005-04-04 21:15:41 +00:00 committed by Matthias Clasen
parent db787e72c6
commit 70d788c71e
4 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2005-04-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbuffer.c: Some trivial doc fixes.
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
the wording of the doc comment. (#172422, Vincent Untz)

View File

@ -1,5 +1,7 @@
2005-04-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbuffer.c: Some trivial doc fixes.
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
the wording of the doc comment. (#172422, Vincent Untz)

View File

@ -1,5 +1,7 @@
2005-04-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbuffer.c: Some trivial doc fixes.
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
the wording of the doc comment. (#172422, Vincent Untz)

View File

@ -1467,7 +1467,7 @@ gtk_text_buffer_delete_interactive (GtkTextBuffer *buffer,
*
* Returns the text in the range [@start,@end). Excludes undisplayed
* text (text marked with tags that set the invisibility attribute) if
* @include_hidden_chars is FALSE. Does not include characters
* @include_hidden_chars is %FALSE. Does not include characters
* representing embedded images, so byte and character indexes into
* the returned string do <emphasis>not</emphasis> correspond to byte
* and character indexes into the buffer. Contrast with
@ -1502,7 +1502,7 @@ gtk_text_buffer_get_text (GtkTextBuffer *buffer,
*
* Returns the text in the range [@start,@end). Excludes undisplayed
* text (text marked with tags that set the invisibility attribute) if
* @include_hidden_chars is FALSE. The returned string includes a
* @include_hidden_chars is %FALSE. The returned string includes a
* 0xFFFC character whenever the buffer contains
* embedded images, so byte and character indexes into
* the returned string <emphasis>do</emphasis> correspond to byte