1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +03:00

*** empty log message ***

This commit is contained in:
Daniel Veillard
2006-08-04 13:01:17 +00:00
parent d3eaa2f845
commit 1564b7c617
2 changed files with 5 additions and 1 deletions

View File

@ -216,7 +216,7 @@ skipped_types = {
py_types = {
'void': (None, None, None, None, None),
'int': ('i', None, "int", "int", "libxml_"),
'long': ('i', None, "int", "int", "libxml_"),
'long': ('l', None, "long", "long", "libxml_"),
'double': ('d', None, "double", "double", "libxml_"),
'unsigned int': ('i', None, "int", "int", "libxml_"),
'xmlChar': ('c', None, "int", "int", "libxml_"),