diff options
author | Alexander Larsson <alexl@redhat.com> | 2011-09-06 14:45:38 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-09-06 14:45:38 +0200 |
commit | d6cd8cce3e1dfe23ba24339c7298a044375ad504 (patch) | |
tree | 63aea6abe08279ea62ac28399bd45b9ba34a6cbe /vapi/custom.vapi | |
parent | 456e1c254751fc0bf0c737b5797655cf3bee04a6 (diff) | |
download | gnome-contacts-d6cd8cce3e1dfe23ba24339c7298a044375ad504.tar.gz |
Different C_ binding workaround
This doesn't break when the binding is in vala i hope
Diffstat (limited to 'vapi/custom.vapi')
-rw-r--r-- | vapi/custom.vapi | 6 |
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); -} |