vala r1516 - in trunk: . vapi



Author: juergbi
Date: Sat May 31 11:38:55 2008
New Revision: 1516
URL: http://svn.gnome.org/viewvc/vala?rev=1516&view=rev

Log:
2008-05-31  JÃrg Billeter  <j bitron ch>

	* vapi/libxml-2.0.vapi:

	Convert to instance_pos attribute syntax,
	patch by Nicolas Joseph, fixes bug 535617


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	Sat May 31 11:38:55 2008
@@ -388,8 +388,7 @@
 		[CCode (cname = "xmlNodeListGetString")]
 		public string node_list_get_string (Node* list, int _inline);
 
-		[InstanceLast]
-		[CCode (cname = "xmlSaveFile")]
+		[CCode (cname = "xmlSaveFile", instance_pos = -1)]
 		public int save_file (string filename);
 
 		[CCode (cname = "xmlSaveFileEnc")]
@@ -771,8 +770,7 @@
 		[CCode (cname = "xmlPathToURI")]
 		public static string path_to_uri (string path);
 
-		[CCode (cname = "xmlPrintURI")]
-		[InstanceLast]
+		[CCode (cname = "xmlPrintURI", instance_pos = -1)]
 		public void print (GLib.FileStream stream);
 
 		[CCode (cname = "xmlSaveUri")]
@@ -1139,12 +1137,10 @@
 		[CCode (cname = "xmlXPathContextSetCache")]
 		public int set_cache (int active, int value, int options);
 
-		[InstanceLast]
-		[CCode (cname = "xmlXPathEval")]
+		[CCode (cname = "xmlXPathEval", instance_pos = -1)]
 		public XPathObject* eval (string str);
 
-		[InstanceLast]
-		[CCode (cname = "xmlXPathEvalExpression")]
+		[CCode (cname = "xmlXPathEvalExpression", instance_pos = -1)]
 		public XPathObject* eval_expression (string str);
 
 		[CCode (cname = "xmlXPathNewContext")]



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