[vala] Add missing dependencies for cogl-1.0 bindings



commit bbf85706c5f46d65f3dc17d71436f47af18747de
Author: Rob Taylor <rob taylor codethink co uk>
Date:   Tue Aug 4 17:16:30 2009 +0100

    Add missing dependencies for cogl-1.0 bindings

 vapi/Makefile.am   |    2 +
 vapi/cogl-1.0.deps |    1 +
 vapi/gl-1.0.vapi   |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/vapi/Makefile.am b/vapi/Makefile.am
index 72e1ef2..f8dab9d 100644
--- a/vapi/Makefile.am
+++ b/vapi/Makefile.am
@@ -15,12 +15,14 @@ dist_vapi_DATA = \
 	clutter-1.0.deps \
 	clutter-json-1.0.vapi \
 	cogl-1.0.vapi \
+	cogl-1.0.deps \
 	curses.vapi \
 	dbus-glib-1.vapi \
 	enchant.vapi \
 	fuse.deps \
 	fuse.vapi \
 	gconf-2.0.vapi \
+	gl-1.0.vapi \
 	glib-2.0.vapi \
 	gdk-2.0.deps \
 	gdk-2.0.vapi \
diff --git a/vapi/cogl-1.0.deps b/vapi/cogl-1.0.deps
new file mode 100644
index 0000000..cac8e74
--- /dev/null
+++ b/vapi/cogl-1.0.deps
@@ -0,0 +1 @@
+gl-1.0
diff --git a/vapi/gl-1.0.vapi b/vapi/gl-1.0.vapi
new file mode 100644
index 0000000..0b3fb84
--- /dev/null
+++ b/vapi/gl-1.0.vapi
@@ -0,0 +1,57 @@
+/* gl-1.0.vapi generated by vapigen, do not modify. */
+
+[CCode (cprefix = "GL", lower_case_cprefix = "gl_")]
+namespace GL {
+	[CCode (cname="GLbitfield", cheader_filename = "gl.h")]
+	[SimpleType]
+	[IntegerType (rank = 0)]
+	public struct bitfield {
+	}
+	[CCode (cname="GLboolean", cheader_filename = "gl.h")]
+	[SimpleType]
+	[BooleanType]
+	public struct boolean {
+	}
+	[CCode (cname="GLcharARB", cheader_filename = "gl.h")]
+	[SimpleType]
+	[IntegerType (rank = 0)]
+	public struct charARB {
+	}
+	[CCode (cname="GLclampf", cheader_filename = "gl.h")]
+	[SimpleType]
+	[FloatingType (rank = 0)]
+	public struct clampf {
+	}
+	[CCode (cname="GLenum", cheader_filename = "gl.h")]
+	[SimpleType]
+	[IntegerType (rank = 0)]
+	public struct @enum {
+	}
+	[CCode (cname="GLfloat", cheader_filename = "gl.h")]
+	[SimpleType]
+	[FloatingType (rank = 0)]
+	public struct @float {
+	}
+	[CCode (cname="GLhandleARB", cheader_filename = "gl.h")]
+	[SimpleType]
+	[IntegerType (rank = 0)]
+	public struct handleARB {
+	}
+	[CCode (cname="GLint", cheader_filename = "gl.h")]
+	[SimpleType]
+	[IntegerType (rank = 0)]
+	public struct @int {
+	}
+	[CCode (cname="GLsizei", cheader_filename = "gl.h")]
+	[SimpleType]
+	[IntegerType (rank = 0)]
+	public struct sizei {
+	}
+	[CCode (cname="GLuint", cheader_filename = "gl.h")]
+	[SimpleType]
+	[IntegerType (rank = 7)]
+	public struct @uint {
+	}
+	[CCode (cheader_filename = "gl.h")]
+	public static void InitNames ();
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]