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;
|
KatzeNetStatus status;
|
||||||
gchar* mime_type;
|
gchar* mime_type;
|
||||||
gchar* data;
|
gchar* data;
|
||||||
goffset length;
|
gint64 length;
|
||||||
} KatzeNetRequest;
|
} KatzeNetRequest;
|
||||||
|
|
||||||
typedef gboolean (*KatzeNetStatusCb) (KatzeNetRequest* request,
|
typedef gboolean (*KatzeNetStatusCb) (KatzeNetRequest* request,
|
||||||
|
|
Loading…
Reference in a new issue