From: Richard Schwarting Date: Sat, 14 Dec 2013 13:23:06 +0000 (+0100) Subject: libxml-2.0: Fix EntityDesc lookup and value_lookup cname X-Git-Tag: 0.23.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a848e084aeae9bc93e5c7f21002733f2df395ef;p=thirdparty%2Fvala.git libxml-2.0: Fix EntityDesc lookup and value_lookup cname Fixes bug 703083. --- diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi index f60cb243b..749762e2a 100644 --- a/vapi/libxml-2.0.vapi +++ b/vapi/libxml-2.0.vapi @@ -1898,10 +1898,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); }