[gobject-introspection] Add FT_Library and cairo_font_face_t to hand-written .girs



commit 8c46f879e5979e848f471657248d5452ffdf80a3
Author: Colin Walters <walters verbum org>
Date:   Mon Aug 17 16:51:30 2009 -0400

    Add FT_Library and cairo_font_face_t to hand-written .girs
    
    These are dependencies of Pango.

 gir/cairo-1.0.gir     |    3 +++
 gir/freetype2-2.0.gir |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gir/cairo-1.0.gir b/gir/cairo-1.0.gir
index fb543fa..6127357 100644
--- a/gir/cairo-1.0.gir
+++ b/gir/cairo-1.0.gir
@@ -33,6 +33,9 @@
     <record name="FontType" c:type="cairo_font_type_t"
     	    glib:type-name="CairoFontType"
 	    glib:get-type="cairo_font_type_get_glib_type"/>
+    <record name="FontFace" c:type="cairo_font_face_t"
+    	    glib:type-name="CairoFontFace"
+	    glib:get-type="cairo_font_face_get_glib_type"/>
     <record name="ScaledFont" c:type="cairo_scaled_font_t"
     	    glib:type-name="CairoScaledFont"
 	    glib:get-type="cairo_scaled_font_get_glib_type"/>
diff --git a/gir/freetype2-2.0.gir b/gir/freetype2-2.0.gir
index 57f20d7..cad7618 100644
--- a/gir/freetype2-2.0.gir
+++ b/gir/freetype2-2.0.gir
@@ -5,6 +5,7 @@
   <namespace name="freetype2" version="2.0">
     <record name="Bitmap" c:type="FT_Bitmap"/>
     <record name="Face" c:type="FT_Face"/>
+    <record name="Library" c:type="FT_Library"/>
     <alias name="Int32" target="int32" c:type="FT_Int32"/>
     <function name="library_version" c:identifier="FT_Library_Version">
       <return-value transfer-ownership="none">



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