]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gst_uri_handler_get_protocols* bindings, fixes bug 566375
authorJürg Billeter <j@bitron.ch>
Fri, 9 Jan 2009 18:42:38 +0000 (18:42 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 9 Jan 2009 18:42:38 +0000 (18:42 +0000)
2009-01-09  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_uri_handler_get_protocols* bindings, fixes bug 566375

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=2308

ChangeLog
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index d5e9fd17451c741eb87f517dd90b170355012b9d..bb6f1652e41a6124b27bdefdaa4e0b03792bd46d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-09  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gstreamer-0.10/:
+
+       Fix gst_uri_handler_get_protocols* bindings, fixes bug 566375
+
+       * vapi/gstreamer-0.10.vapi: regenerated
+
 2009-01-09  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gstreamer-0.10/:
index 99a9a085528adbf79bbf63b891bc97b35825b4cd..6c97571dac4d8bb02646c734f45988a87c910684 100644 (file)
@@ -1324,9 +1324,9 @@ namespace Gst {
        }
        [CCode (cheader_filename = "gst/gst.h")]
        public interface URIHandler {
-               public abstract unowned string get_protocols ();
+               public abstract unowned string[] get_protocols ();
                [NoWrapper]
-               public abstract unowned string get_protocols_full (GLib.Type type);
+               public abstract unowned string[] get_protocols_full (GLib.Type type);
                [NoWrapper]
                public abstract Gst.URIType get_type ();
                [NoWrapper]
index feb171088aa4c6cee0f3ef44ebe5a59e2b1e605d..8c8935c523fc2738f8a213ccee7451bb1da4a7c4 100644 (file)
@@ -339,5 +339,7 @@ GstTypeFind.peek hidden="1"
 GstTypeFind.suggest hidden="1"
 gst_type_register_static_full hidden="1"
 GstURIHandler::new_uri has_emitter="1"
+gst_uri_handler_get_protocols is_array="1"
+gst_uri_handler_get_protocols_full is_array="1"
 gst_version_string transfer_ownership="1"
 xml* name="pointer"