Add FT_Library and cairo_font_face_t to hand-written .girs
authorColin Walters <walters@verbum.org>
Mon, 17 Aug 2009 20:51:30 +0000 (16:51 -0400)
committerColin Walters <walters@verbum.org>
Mon, 17 Aug 2009 20:51:30 +0000 (16:51 -0400)
These are dependencies of Pango.

gir/cairo-1.0.gir
gir/freetype2-2.0.gir

index fb543fa..6127357 100644 (file)
@@ -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"/>
index 57f20d7..cad7618 100644 (file)
@@ -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">