summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-10 19:50:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-06-11 10:17:33 -0400
commit79c4759db4043fd10cb3dd962cb2e8f9e926395e (patch)
tree5c6bbfc63688d57235c2effa82562a851c2fd623
parentf3301269bf51366e106daf0f9098f07cd712ff56 (diff)
downloadgobject-introspection-79c4759db4043fd10cb3dd962cb2e8f9e926395e.tar.gz
Add FcConfig to the rump fontconfig gir
This 10 line gir file was good enough for the past 12 years, but now I want to have pango api with FcConfig arguments appear in the docs, and the way to that leads through the gir nowadays.
-rw-r--r--gir/fontconfig-2.0.gir1
1 files changed, 1 insertions, 0 deletions
diff --git a/gir/fontconfig-2.0.gir b/gir/fontconfig-2.0.gir
index e7ecd512..6a611d26 100644
--- a/gir/fontconfig-2.0.gir
+++ b/gir/fontconfig-2.0.gir
@@ -7,6 +7,7 @@
c:symbol-prefixes="fc">
<record name="Pattern" c:type="FcPattern"/>
<record name="CharSet" c:type="FcCharSet"/>
+ <record name="Config" c:type="FcConfig"/>
<function name="init" c:identifier="FcInit">
<return-value transfer-ownership="none">
<type name="none" c:type="void"/>