]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
pango: Mark language parameter of AttrIterator.get_font() as out
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 26 May 2021 15:17:03 +0000 (17:17 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 4 Jun 2021 07:19:51 +0000 (09:19 +0200)
vapi/metadata/Pango-1.0.metadata
vapi/pango.vapi

index 03745c29987f39488cc6e820c85f50677273a512..3489f74c464117433cb5e0dbc242b0a9bab17a97 100644 (file)
@@ -77,6 +77,7 @@ Attribute
   .destroy destroys_instance
 AttrIterator
   .destroy destroys_instance
+  .get_font.language out
 Coverage
   .unref destroys_instance=false
 Item
index 97b4f91517c9a10f30e8da0cfaf34230f084e59a..3a245c6be33849f7fe7f204799f5904249072fe6 100644 (file)
@@ -66,7 +66,7 @@ namespace Pango {
                public unowned Pango.Attribute? @get (Pango.AttrType type);
                [Version (since = "1.2")]
                public GLib.SList<Pango.Attribute> get_attrs ();
-               public void get_font (Pango.FontDescription desc, Pango.Language? language, owned GLib.SList<Pango.Attribute>? extra_attrs);
+               public void get_font (Pango.FontDescription desc, out unowned Pango.Language? language, owned GLib.SList<Pango.Attribute>? extra_attrs);
                public bool next ();
                public void range (out int start, out int end);
        }