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:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user