]> 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 13:20:53 +0000 (15:20 +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 c415f1ab144bd6b75781961af34f77b8e65c5bef..d3d75f280b1993475e09a6a14c8f91a52e83bdea 100644 (file)
@@ -1239,7 +1239,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")]
        [Version (deprecated_since = "vala-0.18", replacement = "Pango.Script.for_unichar")]
        public static Pango.Script script_for_unichar (unichar ch);