[vala] libxml-2.0: Fix EntityDesc lookup and value_lookup cname



commit 9a848e084aeae9bc93e5c7f21002733f2df395ef
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Dec 14 14:23:06 2013 +0100

    libxml-2.0: Fix EntityDesc lookup and value_lookup cname
    
    Fixes bug 703083.

 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 f60cb24..749762e 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);
        }
 


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