summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2011-09-06 14:45:38 +0200
committerAlexander Larsson <alexl@redhat.com>2011-09-06 14:45:38 +0200
commitd6cd8cce3e1dfe23ba24339c7298a044375ad504 (patch)
tree63aea6abe08279ea62ac28399bd45b9ba34a6cbe /vapi
parent456e1c254751fc0bf0c737b5797655cf3bee04a6 (diff)
downloadgnome-contacts-d6cd8cce3e1dfe23ba24339c7298a044375ad504.tar.gz
Different C_ binding workaround
This doesn't break when the binding is in vala i hope
Diffstat (limited to 'vapi')
-rw-r--r--vapi/custom.vapi6
1 files changed, 0 insertions, 6 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index f03a12a..73f0a5f 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -16,9 +16,3 @@ 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 = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
- public static unowned string C_ (string contect, string str);
-}