]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add missing dependencies for cogl-1.0 bindings
authorRob Taylor <rob.taylor@codethink.co.uk>
Tue, 4 Aug 2009 16:16:30 +0000 (17:16 +0100)
committerRob Taylor <rob.taylor@codethink.co.uk>
Tue, 4 Aug 2009 16:16:30 +0000 (17:16 +0100)
vapi/Makefile.am
vapi/cogl-1.0.deps [new file with mode: 0644]
vapi/gl-1.0.vapi [new file with mode: 0644]

index 72e1ef2d05a37cfa69c45bfb8a63ea81e84f3e1a..f8dab9ddb03d4916ba5d8611f6b3115b1b031451 100644 (file)
@@ -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 (file)
index 0000000..cac8e74
--- /dev/null
@@ -0,0 +1 @@
+gl-1.0
diff --git a/vapi/gl-1.0.vapi b/vapi/gl-1.0.vapi
new file mode 100644 (file)
index 0000000..0b3fb84
--- /dev/null
@@ -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 ();
+}