summaryrefslogtreecommitdiff
path: root/gobject-introspection
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-11-12 00:34:00 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-11-12 00:34:00 +0100
commit57b711e2a0d41536245d7e3a8ccae71a72ba387e (patch)
treef1d1c278c377b4ed5c7a0cbe2f1234b67601f314 /gobject-introspection
parent310ffbeff50deda6c20db4a72427101c75807f00 (diff)
downloadvala-57b711e2a0d41536245d7e3a8ccae71a72ba387e.tar.gz
Fix build with -Werror=enum-compare
Diffstat (limited to 'gobject-introspection')
-rw-r--r--gobject-introspection/gidl.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection/gidl.vapi b/gobject-introspection/gidl.vapi
index aaa8d76fe..98b155cae 100644
--- a/gobject-introspection/gidl.vapi
+++ b/gobject-introspection/gidl.vapi
@@ -249,7 +249,7 @@ namespace GLib {
public string[] errors;
}
- [CCode (cname = "GITypeTag", cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")]
+ [CCode (cname = "TypeTag", cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")]
public enum TypeTag
{
VOID,