]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Convert to instance_pos attribute syntax, patch by Nicolas Joseph, fixes
authorJürg Billeter <j@bitron.ch>
Sat, 31 May 2008 11:38:55 +0000 (11:38 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 31 May 2008 11:38:55 +0000 (11:38 +0000)
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

svn path=/trunk/; revision=1516

ChangeLog
vapi/libxml-2.0.vapi

index 58a947c07d7407cdb555db81af69a69925772533..9476fbbb56b43aff006f08c7c953d46183040d95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
 2008-05-31  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gtksourceview-2.0/:
index fb7e149df5a9f916f5d764febf4197709d323965..36f35b92adeaf7b8fce3d5d8b1395d4a85d1b50d 100644 (file)
@@ -388,8 +388,7 @@ namespace Xml {
                [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 @@ namespace Xml {
                [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 @@ namespace Xml {
                [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")]