add back GLvoid, which got lost during the gir-repository ->
authorDan Winship <danw@src.gnome.org>
Fri, 16 Jan 2009 16:20:26 +0000 (16:20 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 16 Jan 2009 16:20:26 +0000 (16:20 +0000)
* gir/GL-1.0.gir: add back GLvoid, which got lost during the
gir-repository -> gobject-introspection migration

svn path=/trunk/; revision=1051

ChangeLog
gir/GL-1.0.gir

index bd32e9f..45f86f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-16  Dan Winship  <danw@gnome.org>
+
+       * gir/GL-1.0.gir: add back GLvoid, which got lost during the
+       gir-repository -> gobject-introspection migration
+
 2009-01-15  Johan Dahlin  <jdahlin@async.com.br>
 
        * gir/freetype2-2.0.gir: add FT_Int32
index 2359e3b..6ae91b9 100644 (file)
@@ -11,6 +11,7 @@
     <record name="int" c:type="GLint"/>
     <record name="sizei" c:type="GLsizei"/>
     <record name="uint" c:type="GLuint"/>
+    <record name="void" c:type="GLvoid"/>
 
     <function name="InitNames" c:identifier="glInitNames">
       <return-value transfer-ownership="none">