[vala] gobject-introspection: Fix TypeTag in gidl.vapi
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gobject-introspection: Fix TypeTag in gidl.vapi
- Date: Thu, 16 Jun 2011 07:31:48 +0000 (UTC)
commit 3482298e4d75648812c29a61afa8e87f6fd33c30
Author: Luca Bruno <lucabru src gnome org>
Date: Tue Jun 14 20:06:20 2011 +0200
gobject-introspection: Fix TypeTag in gidl.vapi
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 539a8a1..aaa8d76 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]