]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libxml-2.0: Fix EntityDesc lookup and value_lookup cname
authorRichard Schwarting <aquarichy@gmail.com>
Sat, 14 Dec 2013 13:23:06 +0000 (14:23 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 14 Dec 2013 13:23:59 +0000 (14:23 +0100)
Fixes bug 703083.

vapi/libxml-2.0.vapi

index f60cb243bde099efbdad673374307f24078da47b..749762e2ab284abaae294a74c4c333a5afb9f6b5 100644 (file)
@@ -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);
        }