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

Fix the bug of cast int GType to int

This commit is contained in:
poetwang
2013-08-24 13:02:18 +08:00
parent 4f28361e4d
commit 9ba717d38b

View File

@@ -312,7 +312,7 @@ typedef struct {
SearpcClient *client; SearpcClient *client;
AsyncCallback callback; AsyncCallback callback;
const gchar *ret_type; const gchar *ret_type;
int gtype; /* to specify the specific gobject type GType gtype; /* to specify the specific gobject type
if ret_type is object or objlist */ if ret_type is object or objlist */
void *cbdata; void *cbdata;
} AsyncCallData; } AsyncCallData;