summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2009-01-16 16:20:26 +0000
committerDan Winship <danw@src.gnome.org>2009-01-16 16:20:26 +0000
commit078488c748e25fc98dc20d858bcb7e86320b1522 (patch)
tree2fc54d26d9b7626db7d704894ad571ec89eae9aa
parenta6d38875443fce68217bb1406e77a09c7978b7fb (diff)
downloadgobject-introspection-078488c748e25fc98dc20d858bcb7e86320b1522.tar.gz
add back GLvoid, which got lost during the gir-repository ->
* gir/GL-1.0.gir: add back GLvoid, which got lost during the gir-repository -> gobject-introspection migration svn path=/trunk/; revision=1051
-rw-r--r--ChangeLog5
-rw-r--r--gir/GL-1.0.gir1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd32e9f6..45f86f38 100644
--- 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
diff --git a/gir/GL-1.0.gir b/gir/GL-1.0.gir
index 2359e3bb..6ae91b95 100644
--- a/gir/GL-1.0.gir
+++ b/gir/GL-1.0.gir
@@ -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">