mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +01:00
Some inline docs fixes.
Wed Sep 6 10:28:34 2000 Owen Taylor <otaylor@redhat.com> * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
This commit is contained in:
parent
ef2dcd6265
commit
da765af2bc
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -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>
|
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib.h, gtimer.c, tests/thread-test.c:
|
* glib.h, gtimer.c, tests/thread-test.c:
|
||||||
|
@ -145,7 +145,7 @@ gint g_utf8_pointer_to_offset (const gchar *str,
|
|||||||
const gchar *pos);
|
const gchar *pos);
|
||||||
gchar * g_utf8_prev_char (const gchar *p);
|
gchar * g_utf8_prev_char (const gchar *p);
|
||||||
gchar * g_utf8_find_next_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,
|
gchar * g_utf8_find_prev_char (const gchar *str,
|
||||||
const gchar *p);
|
const gchar *p);
|
||||||
|
|
||||||
@ -161,9 +161,9 @@ gchar *g_utf8_strncpy (gchar *dest,
|
|||||||
functions are equivalants to strchr and strrchr */
|
functions are equivalants to strchr and strrchr */
|
||||||
|
|
||||||
gchar *g_utf8_strchr (const gchar *p,
|
gchar *g_utf8_strchr (const gchar *p,
|
||||||
gunichar ch);
|
gunichar c);
|
||||||
gchar *g_utf8_strrchr (const gchar *p,
|
gchar *g_utf8_strrchr (const gchar *p,
|
||||||
gunichar ch);
|
gunichar c);
|
||||||
|
|
||||||
gunichar2 *g_utf8_to_utf16 (const gchar *str,
|
gunichar2 *g_utf8_to_utf16 (const gchar *str,
|
||||||
gint len);
|
gint len);
|
||||||
|
@ -253,7 +253,7 @@ g_unichar_toupper (gunichar c)
|
|||||||
*
|
*
|
||||||
* Convert a character to lower case
|
* 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,
|
* If @c is not an upperlower or titlecase character,
|
||||||
* @c is returned unchanged.
|
* @c is returned unchanged.
|
||||||
**/
|
**/
|
||||||
|
@ -346,8 +346,8 @@ g_get_charset (char **charset)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_unichar_to_utf8:
|
* g_unichar_to_utf8:
|
||||||
* @ch: a ISO10646 character code
|
* @c: a ISO10646 character code
|
||||||
* @out: output buffer, must have at least 6 bytes of space.
|
* @outbuf: output buffer, must have at least 6 bytes of space.
|
||||||
* If %NULL, the length will be computed and returned
|
* If %NULL, the length will be computed and returned
|
||||||
* and nothing will be written to @out.
|
* and nothing will be written to @out.
|
||||||
*
|
*
|
||||||
|
@ -145,7 +145,7 @@ gint g_utf8_pointer_to_offset (const gchar *str,
|
|||||||
const gchar *pos);
|
const gchar *pos);
|
||||||
gchar * g_utf8_prev_char (const gchar *p);
|
gchar * g_utf8_prev_char (const gchar *p);
|
||||||
gchar * g_utf8_find_next_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,
|
gchar * g_utf8_find_prev_char (const gchar *str,
|
||||||
const gchar *p);
|
const gchar *p);
|
||||||
|
|
||||||
@ -161,9 +161,9 @@ gchar *g_utf8_strncpy (gchar *dest,
|
|||||||
functions are equivalants to strchr and strrchr */
|
functions are equivalants to strchr and strrchr */
|
||||||
|
|
||||||
gchar *g_utf8_strchr (const gchar *p,
|
gchar *g_utf8_strchr (const gchar *p,
|
||||||
gunichar ch);
|
gunichar c);
|
||||||
gchar *g_utf8_strrchr (const gchar *p,
|
gchar *g_utf8_strrchr (const gchar *p,
|
||||||
gunichar ch);
|
gunichar c);
|
||||||
|
|
||||||
gunichar2 *g_utf8_to_utf16 (const gchar *str,
|
gunichar2 *g_utf8_to_utf16 (const gchar *str,
|
||||||
gint len);
|
gint len);
|
||||||
|
@ -253,7 +253,7 @@ g_unichar_toupper (gunichar c)
|
|||||||
*
|
*
|
||||||
* Convert a character to lower case
|
* 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,
|
* If @c is not an upperlower or titlecase character,
|
||||||
* @c is returned unchanged.
|
* @c is returned unchanged.
|
||||||
**/
|
**/
|
||||||
|
4
gutf8.c
4
gutf8.c
@ -346,8 +346,8 @@ g_get_charset (char **charset)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_unichar_to_utf8:
|
* g_unichar_to_utf8:
|
||||||
* @ch: a ISO10646 character code
|
* @c: a ISO10646 character code
|
||||||
* @out: output buffer, must have at least 6 bytes of space.
|
* @outbuf: output buffer, must have at least 6 bytes of space.
|
||||||
* If %NULL, the length will be computed and returned
|
* If %NULL, the length will be computed and returned
|
||||||
* and nothing will be written to @out.
|
* and nothing will be written to @out.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user