vala r2308 - in trunk: . vapi vapi/packages/gstreamer-0.10



Author: juergbi
Date: Fri Jan  9 18:42:38 2009
New Revision: 2308
URL: http://svn.gnome.org/viewvc/vala?rev=2308&view=rev

Log:
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


Modified:
   trunk/ChangeLog
   trunk/vapi/gstreamer-0.10.vapi
   trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

Modified: trunk/vapi/gstreamer-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-0.10.vapi	(original)
+++ trunk/vapi/gstreamer-0.10.vapi	Fri Jan  9 18:42:38 2009
@@ -1324,9 +1324,9 @@
 	}
 	[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]

Modified: trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
==============================================================================
--- trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata	(original)
+++ trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata	Fri Jan  9 18:42:38 2009
@@ -339,5 +339,7 @@
 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]