vala r1594 - in trunk: . vapi



Author: juergbi
Date: Sun Jun 15 22:51:57 2008
New Revision: 1594
URL: http://svn.gnome.org/viewvc/vala?rev=1594&view=rev

Log:
2008-06-16  JÃrg Billeter  <j bitron ch>

	* vapi/libxml-2.0.vapi:

	Fix uri functions, patch by Michael Lawrence, fixes bug 538384


Modified:
   trunk/ChangeLog
   trunk/vapi/libxml-2.0.vapi

Modified: trunk/vapi/libxml-2.0.vapi
==============================================================================
--- trunk/vapi/libxml-2.0.vapi	(original)
+++ trunk/vapi/libxml-2.0.vapi	Sun Jun 15 22:51:57 2008
@@ -759,10 +759,10 @@
 		public static int normalize_uri_path (string path);
 
 		[CCode (cname = "xmlParseURI")]
-		public URI* parse (string str);
+		public static URI parse (string str);
 
 		[CCode (cname = "xmlParseURIRaw")]
-		public URI* parse_raw (string str, int raw);
+		public static URI parse_raw (string str, int raw);
 
 		[CCode (cname = "xmlParseURIReference")]
 		public int parse_reference (string str);
@@ -783,7 +783,7 @@
 		public static string escape_str (string str, string list);
 
 		[CCode (cname = "xmlURIUnescapeString")]
-		public static string unescape_string (string str, int len, string target);
+		public static string unescape_string (string str, int len, string? target);
 
 		public string scheme;
 		public string opaque;



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