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
+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/:
}
[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]
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"