[pango/ebassi/for-master: 1/2] Skip a pangofc accessor




commit 4f529e03c77a98fa8ab3d7c939e79e6f2bf32577
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Sep 30 11:45:03 2020 +0100

    Skip a pangofc accessor
    
    The handwritten fontconfig introspection data does not cover all types,
    and even if it did, it wouldn't know how to handle their ownership
    because fontconfig is not a GObject-based API.

 pango/pangofc-font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c
index 01520cb4..cf6b427f 100644
--- a/pango/pangofc-font.c
+++ b/pango/pangofc-font.c
@@ -1069,7 +1069,7 @@ pango_fc_font_get_languages (PangoFcFont *font)
 }
 
 /**
- * pango_fc_font_get_pattern:
+ * pango_fc_font_get_pattern: (skip)
  * @font: a #PangoFcFont
  *
  * Returns the FcPattern that @font is based on.


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