]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
pango: Fix StringBuilder parameter of scan_word()
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 4 Apr 2019 08:45:10 +0000 (10:45 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 10 Apr 2019 14:26:19 +0000 (16:26 +0200)
vapi/metadata/Pango-1.0.metadata
vapi/pango.vapi

index 59a4b4395de20cd2eb30ab4f2e51b2a3c5f3baa5..5873e8ceddfe078b3b25d7c711641dae1617d9f4 100644 (file)
@@ -63,9 +63,6 @@ module_register skip
 
 read_line
   .stream type="GLib.FileStream"
-  .str out=false
-scan_string
-  .out out=false
 
 // Backwards compatibility
 AttrClass
index 035ed1b34a6a59d723e5b0b508b15e749075e72f..d0c153c89461e3837109384ae92632fefe4b58e4 100644 (file)
@@ -1218,7 +1218,7 @@ namespace Pango {
        public static bool scan_string (ref string pos, GLib.StringBuilder @out);
        [CCode (cheader_filename = "pango/pango.h")]
        [Version (deprecated = true, deprecated_since = "1.38")]
-       public static bool scan_word (ref string pos, out unowned GLib.StringBuilder @out);
+       public static bool scan_word (ref string pos, GLib.StringBuilder @out);
        [CCode (cheader_filename = "pango/pango.h")]
        public static void shape (string text, int length, Pango.Analysis analysis, Pango.GlyphString glyphs);
        [CCode (cheader_filename = "pango/pango.h")]