Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2012-03-16 01:09:28 +0400
committerZoltan Varga <vargaz@gmail.com>2012-03-16 01:12:07 +0400
commitc15f682374f5b2963970238fc4fef37df2668fce (patch)
tree303304ef0975f3c883e5e5a3bb1c5f46c565a431 /eglib
parent65c9b4186492eedbfeadeb7aa1e1b2950ea50394 (diff)
Add missing eglib remappings.
Diffstat (limited to 'eglib')
-rw-r--r--eglib/src/eglib-remap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/eglib/src/eglib-remap.h b/eglib/src/eglib-remap.h
index dc22ffcfb5e..9b4ecf1aebc 100644
--- a/eglib/src/eglib-remap.h
+++ b/eglib/src/eglib-remap.h
@@ -263,3 +263,13 @@
#define g_ucs4_to_utf16_len monoeg_ucs4_to_utf16_len
#define g_utf16_to_ucs4_len monoeg_utf16_to_ucs4_len
+#define g_ascii_strcasecmp monoeg_ascii_strcasecmp
+#define g_ascii_strup monoeg_ascii_strup
+#define g_ascii_toupper monoeg_ascii_toupper
+#define g_unichar_break_type monoeg_unichar_break_type
+#define g_unichar_isspace monoeg_unichar_isspace
+#define g_unichar_to_utf16 monoeg_unichar_to_utf16
+#define g_utf8_find_prev_char monoeg_utf8_find_prev_char
+#define g_utf8_get_char_validated monoeg_utf8_get_char_validated
+#define g_utf8_prev_char monoeg_utf8_prev_char
+#define g_utf8_to_ucs4 monoeg_utf8_to_ucs4