mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-26 00:56:53 +02:00
p in str, not str in p
This commit is contained in:
parent
058acd1c2a
commit
3afc87dd62
@ -1,3 +1,7 @@
|
|||||||
|
2006-02-17 Kang Jeong-Hee <keizie@gmail.com>
|
||||||
|
|
||||||
|
* glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
|
||||||
|
|
||||||
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
|
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c: Fix deadlock when signalling the thread
|
* glib/gthreadpool.c: Fix deadlock when signalling the thread
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-02-17 Kang Jeong-Hee <keizie@gmail.com>
|
||||||
|
|
||||||
|
* glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
|
||||||
|
|
||||||
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
|
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c: Fix deadlock when signalling the thread
|
* glib/gthreadpool.c: Fix deadlock when signalling the thread
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-02-17 Kang Jeong-Hee <keizie@gmail.com>
|
||||||
|
|
||||||
|
* glib/gutf8.c (g_utf8_find_prev_char): Correct documentation typo.
|
||||||
|
|
||||||
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
|
2006-02-15 Sebastian Wilhelmi <seppi@seppi.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c: Fix deadlock when signalling the thread
|
* glib/gthreadpool.c: Fix deadlock when signalling the thread
|
||||||
|
@ -123,7 +123,7 @@ const gchar * const g_utf8_skip = utf8_skip_data;
|
|||||||
*
|
*
|
||||||
* Given a position @p with a UTF-8 encoded string @str, find the start
|
* Given a position @p with a UTF-8 encoded string @str, find the start
|
||||||
* of the previous UTF-8 character starting before @p. Returns %NULL if no
|
* of the previous UTF-8 character starting before @p. Returns %NULL if no
|
||||||
* UTF-8 characters are present in @p before @str.
|
* UTF-8 characters are present in @str before @p.
|
||||||
*
|
*
|
||||||
* @p does not have to be at the beginning of a UTF-8 character. No check
|
* @p does not have to be at the beginning of a UTF-8 character. No check
|
||||||
* is made to see if the character found is actually valid other than
|
* is made to see if the character found is actually valid other than
|
||||||
|
Loading…
x
Reference in New Issue
Block a user