1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-02 21:35:00 +00:00

Add type 'int64'.

This commit is contained in:
killing
2011-10-20 20:55:11 +08:00
parent d9222f2e0b
commit 7fef7aa31e
6 changed files with 58 additions and 6 deletions

View File

@@ -90,6 +90,7 @@ def gen_module_funcs_array():
type_table = {
"string" : ("char *", "s"),
"int" : ("int", "i"),
"int64" : ("gint64", "L"),
"object" : ("GObject *", "O"),
}