1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-01 04:47:16 +00:00

[lib] include json-glib in source tree

This commit is contained in:
lins05
2012-05-08 11:59:31 +08:00
parent 1ee6b15baf
commit 47ffe05a59
83 changed files with 30653 additions and 36 deletions

View File

@@ -67,7 +67,7 @@ def _fret_objlist(ret_str):
return l
def searpc_func(ret_type, param_types, ret_obj_class=None):
def searpc_func(ret_type, param_types):
def decorate(func):
if len(param_types) == 0:
fcall = getattr(fcallfret, 'fcall__void')