1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-01 12:56:32 +00:00

Accept None as string argument in pysearpc.

This commit is contained in:
killing
2012-03-02 20:39:22 +08:00
parent ab41b7990e
commit ce3dbffd9f

View File

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