Use gint64 instead of goffset, the latter is too new
This commit is contained in:
parent
24ca48cc1e
commit
4e8236c95c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ typedef struct
|
|||
KatzeNetStatus status;
|
||||
gchar* mime_type;
|
||||
gchar* data;
|
||||
goffset length;
|
||||
gint64 length;
|
||||
} KatzeNetRequest;
|
||||
|
||||
typedef gboolean (*KatzeNetStatusCb) (KatzeNetRequest* request,
|
||||
|
|
Loading…
Reference in a new issue