]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
pangocairo: CairoFontMap.set_default() is not an instance method
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 3 Sep 2017 17:34:17 +0000 (19:34 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 3 Sep 2017 17:54:06 +0000 (19:54 +0200)
vapi/metadata/PangoCairo-1.0.metadata
vapi/pangocairo.vapi

index 614e99f00e308245ff4ecfe4e9b159b3d80deff2..a73e7680ce2a54426078abd463435569cd1d725e 100644 (file)
@@ -9,3 +9,4 @@ ShapeRendererFunc.data closure=3
 context_get_shape_renderer.context closure=1
 create_* unowned=false
 Font.get_scaled_font unowned
+FontMap.set_default symbol_type="function"
index d8d914e239a040f1c1e13d11c722b2de063cec3b..f81c6ee41973c69b0952b239b77e2d8fc283f426 100644 (file)
@@ -22,7 +22,7 @@ namespace Pango {
                [Version (since = "1.18")]
                public static Pango.FontMap? new_for_font_type (Cairo.FontType fonttype);
                [Version (since = "1.22")]
-               public void set_default ();
+               public static void set_default (Pango.CairoFontMap? fontmap);
                public void set_resolution (double dpi);
        }
        [CCode (cheader_filename = "pango/pangocairo.h", instance_pos = 3.9)]