Fix apibuild.py and update/regenerate localizations

* docs/apibuild.py: fix the parser with another Win32 keyword
* po/*: updated a couple of translations and regenerated
daniel
This commit is contained in:
Daniel Veillard
2009-01-20 15:42:07 +00:00
parent 45062390a6
commit 103ee5d4c2
77 changed files with 61041 additions and 57850 deletions

View File

@@ -27,6 +27,9 @@ included_files = {
ignored_words = {
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
"VIR_DEPRECATED": (0, "macro keyword"),
"WINAPI": (0, "Windows keyword"),
"__declspec": (3, "Windows keyword"),
"__stdcall": (0, "Windows keyword"),
}
ignored_functions = {