[gxml/gsoc2013: 5/69] Fix some cnames in libxml-2.0.vapi
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gsoc2013: 5/69] Fix some cnames in libxml-2.0.vapi
- Date: Sat, 27 Jul 2013 04:06:37 +0000 (UTC)
commit e79195ad140bcfd7e8d473a0a4cd216822a588bd
Author: Richard Schwarting <aquarichy gmail com>
Date: Sat Jul 27 00:00:18 2013 -0400
Fix some cnames in libxml-2.0.vapi
vapi/libxml-2.0.vapi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index 1988db3..e14c65f 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -1770,7 +1770,7 @@ namespace Html {
[CCode (cname = "htmlNewDoc")]
public Doc ([CCode (type = "xmlChar*")] string? uri = null, [CCode (type = "xmlChar*")]
string? external_id = null);
- [CCode (cname = "htmlNewNoDtD")]
+ [CCode (cname = "htmlNewDocNoDtD")]
public Doc.new_no_dtd ([CCode (type = "xmlChar*")] string? uri = null, [CCode (type =
"xmlChar*")] string? external_id = null);
[CCode (cname = "htmlSAXParseDoc")]
@@ -1882,10 +1882,10 @@ namespace Html {
public weak string name;
public weak string desc;
- [CCode (cname = "htmlEntityDesc")]
+ [CCode (cname = "htmlEntityLookup")]
public static EntityDesc* lookup ([CCode (type = "xmlChar*")] string name);
- [CCode (cname = "htmlEntityValueDesc")]
+ [CCode (cname = "htmlEntityValueLookup")]
public static EntityDesc* value_lookup (uint value);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]