1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-13 21:41:09 +00:00

Add GError parameter to searpc_call_function

This commit is contained in:
plt
2011-11-20 12:43:22 +08:00
parent a0e894f46c
commit 90f8ad5863
3 changed files with 18 additions and 9 deletions

View File

@@ -55,7 +55,8 @@ gboolean searpc_server_register_function (void* func,
*
* Returns the serialized representatio of the returned value.
*/
gchar *searpc_server_call_function (gchar *func, gsize len, gsize *ret_len);
gchar *searpc_server_call_function (gchar *func, gsize len, gsize *ret_len,
GError **error);
/**
* searpc_compute_signature: