Some trivial doc fixes.
2005-04-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbuffer.c: Some trivial doc fixes.
This commit is contained in:
parent
db787e72c6
commit
70d788c71e
@ -1,5 +1,7 @@
|
|||||||
2005-04-04 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
|
||||||
the wording of the doc comment. (#172422, Vincent Untz)
|
the wording of the doc comment. (#172422, Vincent Untz)
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2005-04-04 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
|
||||||
the wording of the doc comment. (#172422, Vincent Untz)
|
the wording of the doc comment. (#172422, Vincent Untz)
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2005-04-04 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
|
||||||
the wording of the doc comment. (#172422, Vincent Untz)
|
the wording of the doc comment. (#172422, Vincent Untz)
|
||||||
|
|
||||||
|
@ -1467,7 +1467,7 @@ gtk_text_buffer_delete_interactive (GtkTextBuffer *buffer,
|
|||||||
*
|
*
|
||||||
* Returns the text in the range [@start,@end). Excludes undisplayed
|
* Returns the text in the range [@start,@end). Excludes undisplayed
|
||||||
* text (text marked with tags that set the invisibility attribute) if
|
* 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
|
* representing embedded images, so byte and character indexes into
|
||||||
* the returned string do <emphasis>not</emphasis> correspond to byte
|
* the returned string do <emphasis>not</emphasis> correspond to byte
|
||||||
* and character indexes into the buffer. Contrast with
|
* 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
|
* Returns the text in the range [@start,@end). Excludes undisplayed
|
||||||
* text (text marked with tags that set the invisibility attribute) if
|
* 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
|
* 0xFFFC character whenever the buffer contains
|
||||||
* embedded images, so byte and character indexes into
|
* embedded images, so byte and character indexes into
|
||||||
* the returned string <emphasis>do</emphasis> correspond to byte
|
* the returned string <emphasis>do</emphasis> correspond to byte
|
||||||
|
Loading…
Reference in New Issue
Block a user