Some inline docs fixes.
authorOwen Taylor <otaylor@redhat.com>
Wed, 6 Sep 2000 14:42:13 +0000 (14:42 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 6 Sep 2000 14:42:13 +0000 (14:42 +0000)
Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>

* guniprop.c gunicode.h gutf8.c: Some inline docs fixes.

14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gunicode.h
glib/guniprop.c
glib/gutf8.c
gunicode.h
guniprop.c
gutf8.c

index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 7d401b41bfe7921119b701d419355022ae4c8658..58c3a63350eeca3878faadc524e57639d7e0f399 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  6 10:28:34 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
+
 2000-09-06  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib.h, gtimer.c, tests/thread-test.c:
index 30d02761f210256712619b356767738c60f593e4..d58e316678ad83c93fee9ae178b6eb8ce9274d2c 100644 (file)
@@ -145,7 +145,7 @@ gint     g_utf8_pointer_to_offset (const gchar *str,
                                   const gchar *pos);
 gchar *  g_utf8_prev_char         (const gchar *p);
 gchar *  g_utf8_find_next_char    (const gchar *p,
-                                  const gchar *bound);
+                                  const gchar *end);
 gchar *  g_utf8_find_prev_char    (const gchar *str,
                                   const gchar *p);
 
@@ -161,9 +161,9 @@ gchar *g_utf8_strncpy (gchar       *dest,
    functions are equivalants to strchr and strrchr */
 
 gchar *g_utf8_strchr  (const gchar *p,
-                      gunichar     ch);
+                      gunichar     c);
 gchar *g_utf8_strrchr (const gchar *p,
-                      gunichar     ch);
+                      gunichar     c);
 
 gunichar2 *g_utf8_to_utf16 (const gchar     *str,
                            gint             len);
index 95fe5b7581a234e1dbdbcb836b25d527fa571e97..3c2c29e6a1c7a0e09f3f3a39d29a6d4f70fc5ab3 100644 (file)
@@ -253,7 +253,7 @@ g_unichar_toupper (gunichar c)
  * 
  * Convert a character to lower case
  * 
-e * Return value: the result of converting @c to lower case.
+ * Return value: the result of converting @c to lower case.
  *               If @c is not an upperlower or titlecase character,
  *               @c is returned unchanged.
  **/
index a510dfd672408ed9de30dbb94d690cb30c93bffa..8bf95ebc397104325adef8160102b7b618930dbe 100644 (file)
@@ -346,8 +346,8 @@ g_get_charset (char **charset)
 
 /**
  * g_unichar_to_utf8:
- * @ch: a ISO10646 character code
- * @out: output buffer, must have at least 6 bytes of space.
+ * @c: a ISO10646 character code
+ * @outbuf: output buffer, must have at least 6 bytes of space.
  *       If %NULL, the length will be computed and returned
  *       and nothing will be written to @out.
  * 
index 30d02761f210256712619b356767738c60f593e4..d58e316678ad83c93fee9ae178b6eb8ce9274d2c 100644 (file)
@@ -145,7 +145,7 @@ gint     g_utf8_pointer_to_offset (const gchar *str,
                                   const gchar *pos);
 gchar *  g_utf8_prev_char         (const gchar *p);
 gchar *  g_utf8_find_next_char    (const gchar *p,
-                                  const gchar *bound);
+                                  const gchar *end);
 gchar *  g_utf8_find_prev_char    (const gchar *str,
                                   const gchar *p);
 
@@ -161,9 +161,9 @@ gchar *g_utf8_strncpy (gchar       *dest,
    functions are equivalants to strchr and strrchr */
 
 gchar *g_utf8_strchr  (const gchar *p,
-                      gunichar     ch);
+                      gunichar     c);
 gchar *g_utf8_strrchr (const gchar *p,
-                      gunichar     ch);
+                      gunichar     c);
 
 gunichar2 *g_utf8_to_utf16 (const gchar     *str,
                            gint             len);
index 95fe5b7581a234e1dbdbcb836b25d527fa571e97..3c2c29e6a1c7a0e09f3f3a39d29a6d4f70fc5ab3 100644 (file)
@@ -253,7 +253,7 @@ g_unichar_toupper (gunichar c)
  * 
  * Convert a character to lower case
  * 
-e * Return value: the result of converting @c to lower case.
+ * Return value: the result of converting @c to lower case.
  *               If @c is not an upperlower or titlecase character,
  *               @c is returned unchanged.
  **/
diff --git a/gutf8.c b/gutf8.c
index a510dfd672408ed9de30dbb94d690cb30c93bffa..8bf95ebc397104325adef8160102b7b618930dbe 100644 (file)
--- a/gutf8.c
+++ b/gutf8.c
@@ -346,8 +346,8 @@ g_get_charset (char **charset)
 
 /**
  * g_unichar_to_utf8:
- * @ch: a ISO10646 character code
- * @out: output buffer, must have at least 6 bytes of space.
+ * @c: a ISO10646 character code
+ * @outbuf: output buffer, must have at least 6 bytes of space.
  *       If %NULL, the length will be computed and returned
  *       and nothing will be written to @out.
  *