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:
@@ -312,7 +312,7 @@ typedef struct {
|
||||
SearpcClient *client;
|
||||
AsyncCallback callback;
|
||||
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 */
|
||||
void *cbdata;
|
||||
} AsyncCallData;
|
||||
|
Reference in New Issue
Block a user