diff options
author | Dan Winship <danw@src.gnome.org> | 2009-01-16 16:20:26 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2009-01-16 16:20:26 +0000 |
commit | 078488c748e25fc98dc20d858bcb7e86320b1522 (patch) | |
tree | 2fc54d26d9b7626db7d704894ad571ec89eae9aa | |
parent | a6d38875443fce68217bb1406e77a09c7978b7fb (diff) | |
download | gobject-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-- | ChangeLog | 5 | ||||
-rw-r--r-- | gir/GL-1.0.gir | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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"> |