]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libgrss: Fix FeedItem.get_geo_point() parameters
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 28 Feb 2022 11:12:56 +0000 (12:12 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 28 Feb 2022 11:12:56 +0000 (12:12 +0100)
vapi/libgrss.vapi
vapi/metadata/Grss-0.7.metadata

index 59232cfb8a78d826131e40b3361dabd6aae245ff..4297badab1891b6960165c4ee2c945ab14a3fede 100644 (file)
@@ -105,7 +105,7 @@ namespace Grss {
                public unowned string get_copyright ();
                public unowned string get_description ();
                public unowned GLib.List<Grss.FeedEnclosure> get_enclosures ();
-               public bool get_geo_point (double latitude, double longitude);
+               public bool get_geo_point (out double latitude, out double longitude);
                public unowned string get_id ();
                public unowned Grss.FeedChannel get_parent ();
                public long get_publish_time ();
index 3bfb1b4225bb7633ad2d91df3e9b3abb8198ecc7..4981c515f43d21d247360baf5f8f9d6ad7ad4ca0 100644 (file)
@@ -4,6 +4,8 @@
 
 FeedChannel
        .new_from_xml.doc type="Xml.Doc*"
+FeedItem
+       .get_geo_point.*tude out
 FeedParser
        .parse.doc type="Xml.Doc*"
        .parse_channel.doc type="Xml.Doc*"