diff options
author | Luca Bruno <lucabru@src.gnome.org> | 2011-06-14 20:06:20 +0200 |
---|---|---|
committer | Luca Bruno <lucabru@src.gnome.org> | 2011-06-14 22:11:34 +0200 |
commit | 3482298e4d75648812c29a61afa8e87f6fd33c30 (patch) | |
tree | f3ec4fe7ad40f9e17d521523b7c06e2aec29b2c8 /gobject-introspection | |
parent | f4b3124eb84b8def7c03e59b7f614410e7aaa488 (diff) | |
download | vala-3482298e4d75648812c29a61afa8e87f6fd33c30.tar.gz |
gobject-introspection: Fix TypeTag in gidl.vapi
Diffstat (limited to 'gobject-introspection')
-rw-r--r-- | gobject-introspection/gidl.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection/gidl.vapi b/gobject-introspection/gidl.vapi index 539a8a100..aaa8d76fe 100644 --- a/gobject-introspection/gidl.vapi +++ b/gobject-introspection/gidl.vapi @@ -249,7 +249,7 @@ namespace GLib { public string[] errors; } - [CCode (cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")] + [CCode (cname = "GITypeTag", cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")] public enum TypeTag { VOID, |