Add g_unichar_iszerowidth(). (#347645)

2007-01-03  Behdad Esfahbod  <behdad@gnome.org>

        * glib/glib.symbols:
        * glib/gunicode.h:
        * glib/guniprop.c: Add g_unichar_iszerowidth(). (#347645)


svn path=/trunk/; revision=5202
This commit is contained in:
Behdad Esfahbod
2007-01-03 20:48:24 +00:00
committed by Behdad Esfahbod
parent 048efdfbd5
commit a0c60a62d6
13 changed files with 98 additions and 30 deletions

View File

@@ -2264,6 +2264,7 @@ g_unichar_istitle
g_unichar_isdefined
g_unichar_iswide
g_unichar_iswide_cjk
g_unichar_iszerowidth
g_unichar_toupper
g_unichar_tolower
g_unichar_totitle

View File

@@ -203,6 +203,15 @@ error domains.
</para>
<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
<para>
This macro is defined as 1 if the the compiler supports ELF visibility
attributes (currently only <command>gcc</command>).
</para>
Since: 2.6
<!-- ##### MACRO G_HOOK_DEFERRED_DESTROY ##### -->
<para>

View File

@@ -504,6 +504,8 @@ Flags which influence the parsing.
@key_file:
@group_name:
@key:
@list:
@length:
<!-- ##### FUNCTION g_key_file_set_locale_string_list ##### -->
@@ -515,6 +517,8 @@ Flags which influence the parsing.
@group_name:
@key:
@locale:
@list:
@length:
<!-- ##### FUNCTION g_key_file_set_boolean_list ##### -->

View File

@@ -297,16 +297,6 @@ See the GNU C documentation for details.
<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
<para>
This macro is defined as 1 if the the compiler supports ELF visibility
attributes (currently only <command>gcc</command>).
</para>
Since: 2.6
<!-- ##### MACRO G_GNUC_INTERNAL ##### -->
<para>
Expands to the GNU C <literal>visibility(hidden)</literal> attribute if the

View File

@@ -144,6 +144,8 @@ A convenience function/macro to log a normal message.
@...:
@...:
@...:
@@ -187,6 +189,8 @@ variable (see <ulink url="glib-running.html">Running GLib Applications</ulink>).
@...:
@...:
@...:
@@ -235,6 +239,8 @@ the %G_DEBUG environment variable (see
@...:
@...:
@...:
@@ -278,6 +284,8 @@ assertion failure.
@...:
@...:
@...:
@@ -316,6 +324,8 @@ A convenience function/macro to log a debug message.
@...:
@...:
@...:
@Since: 2.6

View File

@@ -201,6 +201,15 @@ will correctly interpret surrogate pairs.</footnote>.
@Returns:
<!-- ##### FUNCTION g_unichar_iszerowidth ##### -->
<para>
</para>
@c:
@Returns:
<!-- ##### FUNCTION g_unichar_toupper ##### -->
<para>