mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-06 15:20:27 +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 = {
|
type_table = {
|
||||||
"string" : ("char *", "s"),
|
"string" : ("char *", "z"),
|
||||||
"int" : ("int", "i"),
|
"int" : ("int", "i"),
|
||||||
"int64" : ("gint64", "L"),
|
"int64" : ("gint64", "L"),
|
||||||
"object" : ("GObject *", "O"),
|
"object" : ("GObject *", "O"),
|
||||||
|
Reference in New Issue
Block a user