1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-31 20:37:07 +00:00

Add type 'int64'.

This commit is contained in:
killing
2011-10-20 20:55:11 +08:00
parent d9222f2e0b
commit 7fef7aa31e
6 changed files with 58 additions and 6 deletions

View File

@@ -68,6 +68,9 @@ searpc_client_fret__string (char *data, size_t len, GError **error);
int
searpc_client_fret__int (char *data, size_t len, GError **error);
gint64
searpc_client_fret__int64 (char *data, size_t len, GError **error);
GObject*
searpc_client_fret__object (GType gtype, char *data,
size_t len, GError **error);