summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-09-13 17:13:36 +0200
committerAlexander Larsson <alexl@redhat.com>2011-09-13 17:13:36 +0200
commit39b2359803eceed96151cbe9f930f921880618a0 (patch)
treea60e777d5aa9ec5ce02e61d1a3728b1645489d85 /vapi
parentf55875d91b97ac7a8b51fdc584a83cb7dc19781b (diff)
downloadgnome-contacts-39b2359803eceed96151cbe9f930f921880618a0.tar.gz
Remove accents etc when searching
Fixes bug #658050
Diffstat (limited to 'vapi')
-rw-r--r--vapi/custom.vapi6
1 files changed, 6 insertions, 0 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index 73f0a5f..da3b2d6 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -16,3 +16,9 @@ namespace Gnome {
LARGE
}
}
+
+[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+namespace LocalGLib {
+ [CCode (cname = "g_unichar_fully_decompose", cheader_filename = "glib.h")]
+ public static unowned size_t fully_decompose (unichar ch, bool compat, unichar[] result);
+}