mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add "Since: 2.4" to docs. Add g_unichar_get_mirror_char and
2003-09-29 Matthias Clasen <maclas@gmx.de> * glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4" to docs. * glib/glib-sections.txt: Add g_unichar_get_mirror_char and g_static_mutex_get_mutex_impl_shortcut.
This commit is contained in:
parent
b7dfb199ea
commit
712c9d672e
@ -1,3 +1,8 @@
|
||||
2003-09-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4"
|
||||
to docs.
|
||||
|
||||
Thu Sep 25 15:43:08 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4"
|
||||
to docs.
|
||||
|
||||
Thu Sep 25 15:43:08 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4"
|
||||
to docs.
|
||||
|
||||
Thu Sep 25 15:43:08 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4"
|
||||
to docs.
|
||||
|
||||
Thu Sep 25 15:43:08 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4"
|
||||
to docs.
|
||||
|
||||
Thu Sep 25 15:43:08 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-29 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/guniprop.c (g_unichar_get_mirror_char): Add "Since: 2.4"
|
||||
to docs.
|
||||
|
||||
Thu Sep 25 15:43:08 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gobject/testmodule.[ch] test/gobject/Makefile.am:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-30 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/glib-sections.txt: Add g_unichar_get_mirror_char and
|
||||
g_static_mutex_get_mutex_impl_shortcut.
|
||||
|
||||
Mon Sep 29 10:55:23 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
|
||||
|
@ -568,6 +568,7 @@ G_THREAD_ECF
|
||||
G_THREAD_CF
|
||||
G_THREAD_UF
|
||||
g_static_mutex_get_mutex_impl
|
||||
g_static_mutex_get_mutex_impl_shortcut
|
||||
G_MUTEX_DEBUG_MAGIC
|
||||
g_thread_init_with_errorcheck_mutexes
|
||||
G_LOCK_NAME
|
||||
@ -1921,6 +1922,7 @@ GUnicodeBreakType
|
||||
g_unichar_break_type
|
||||
g_unicode_canonical_ordering
|
||||
g_unicode_canonical_decomposition
|
||||
g_unichar_get_mirror_char
|
||||
|
||||
<SUBSECTION>
|
||||
g_utf8_next_char
|
||||
|
@ -998,6 +998,8 @@ g_utf8_casefold (const gchar *str,
|
||||
*
|
||||
* Return value: %TRUE if @ch has a mirrored character and @mirrored_ch is
|
||||
* filled in, %FALSE otherwise
|
||||
*
|
||||
* Since: 2.4
|
||||
**/
|
||||
/* This code is adapted from FriBidi (http://fribidi.sourceforge.net/).
|
||||
* FriBidi is: Copyright (C) 1999,2000 Dov Grobgeld, and
|
||||
|
Loading…
Reference in New Issue
Block a user