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:
@@ -90,6 +90,7 @@ def gen_module_funcs_array():
|
||||
type_table = {
|
||||
"string" : ("char *", "s"),
|
||||
"int" : ("int", "i"),
|
||||
"int64" : ("gint64", "L"),
|
||||
"object" : ("GObject *", "O"),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user