[vala] libxml-2.0.vapi: use the owned modifier instead of the deprecated # modifier
- From: Ali Sabil <asabil src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala] libxml-2.0.vapi: use the owned modifier instead of the deprecated # modifier
- Date: Fri, 17 Apr 2009 03:59:22 -0400 (EDT)
commit abbdf7f6872f05f48d20a5172c40dfcc46a80986
Author: Ali Sabil <ali sabil gmail com>
Date: Fri Apr 17 09:59:04 2009 +0200
libxml-2.0.vapi: use the owned modifier instead of the deprecated # modifier
---
vapi/libxml-2.0.vapi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index 50a180e..9491131 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -361,7 +361,7 @@ namespace Xml {
public Node* new_node (Ns* ns, string name, string? content = null);
[CCode (cname = "xmlNewDocNodeEatName")]
- public Node* new_node_eat_name (Ns* ns, string# name, string? content = null);
+ public Node* new_node_eat_name (Ns* ns, owned string name, string? content = null);
[CCode (cname = "xmlNewDocPI")]
public Node* new_pi (string name, string content);
@@ -677,7 +677,7 @@ namespace Xml {
public Node (Ns* ns, string name);
[CCode (cname = "xmlNewNodeEatName")]
- public Node.eat_name (Ns* ns, string# name);
+ public Node.eat_name (Ns* ns, owned string name);
[CCode (cname = "xmlNewText")]
public Node.text (string content);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]