]> Pileus Git - ~andy/gtk/commitdiff
Some trivial doc fixes.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 Apr 2005 21:15:41 +0000 (21:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Apr 2005 21:15:41 +0000 (21:15 +0000)
2005-04-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbuffer.c: Some trivial doc fixes.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtktextbuffer.c

index 5130d28ac5b847c22573e86a2d05a95a5bd7ad9e..7ef4a158b9ef90986c4a189c212f17d59bd6abe2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
index 5130d28ac5b847c22573e86a2d05a95a5bd7ad9e..7ef4a158b9ef90986c4a189c212f17d59bd6abe2 100644 (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)
 
index 5130d28ac5b847c22573e86a2d05a95a5bd7ad9e..7ef4a158b9ef90986c4a189c212f17d59bd6abe2 100644 (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)
 
index c7067102189bda9518f53cf91cbf9c760768747d..1bb9ec9fa60268c03bdac2587b3a1da006bbeef0 100644 (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