[gobject-introspection] Add GLclampf to the GL GIR



commit 931eaa7f00e98972e25663008b1499a613e08921
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 4 13:15:31 2009 +0100

    Add GLclampf to the GL GIR
    
    The GLclampf type is missing from the GL definitions.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=584816
---
 gir/GL-1.0.gir |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gir/GL-1.0.gir b/gir/GL-1.0.gir
index 1c27f9e..48a03df 100644
--- a/gir/GL-1.0.gir
+++ b/gir/GL-1.0.gir
@@ -5,6 +5,7 @@
   <namespace name="GL" version="1.0">
     <record name="bitfield" c:type="GLbitfield"/>
     <record name="charARB" c:type="GLcharARB"/>
+    <record name="clampf" c:type="GLclampf"/>
     <record name="boolean" c:type="GLboolean"/>
     <record name="enum" c:type="GLenum"/>
     <record name="float" c:type="GLfloat"/>



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