mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
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:
committed by
Behdad Esfahbod
parent
048efdfbd5
commit
a0c60a62d6
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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 ##### -->
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -201,6 +201,15 @@ will correctly interpret surrogate pairs.</footnote>.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_unichar_iszerowidth ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@c:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_unichar_toupper ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user