@@ -170,7 +170,7 @@ external void file_query_info(
170170 Pointer <GFile >,
171171 Uint32 ,
172172 Pointer <GCancellable >,
173- Pointer <NativeFunction <Void Function (Float )>>,
173+ Pointer <NativeFunction <Void Function (Long , Long )>>,
174174 Pointer <NativeFunction <Void Function (Bool )>>,
175175 Pointer <Pointer <GError >>,
176176 )
@@ -180,7 +180,7 @@ external void file_copy(
180180 Pointer <GFile > dst,
181181 int flags,
182182 Pointer <GCancellable > cancellable,
183- Pointer <NativeFunction <Void Function (Float )>> progressCallback,
183+ Pointer <NativeFunction <Void Function (Long , Long )>> progressCallback,
184184 Pointer <NativeFunction <Void Function (Bool )>> resultCallback,
185185 Pointer <Pointer <GError >> error,
186186);
@@ -191,7 +191,7 @@ external void file_copy(
191191 Pointer <GFile >,
192192 Uint32 ,
193193 Pointer <GCancellable >,
194- Pointer <NativeFunction <Void Function (Float )>>,
194+ Pointer <NativeFunction <Void Function (Long , Long )>>,
195195 Pointer <NativeFunction <Void Function (Bool )>>,
196196 Pointer <Pointer <GError >>,
197197 )
@@ -201,7 +201,7 @@ external bool file_move(
201201 Pointer <GFile > dst,
202202 int flags,
203203 Pointer <GCancellable > cancellable,
204- Pointer <NativeFunction <Void Function (Float )>> progressCallback,
204+ Pointer <NativeFunction <Void Function (Long , Long )>> progressCallback,
205205 Pointer <NativeFunction <Void Function (Bool )>> resultCallback,
206206 Pointer <Pointer <GError >> error,
207207);
0 commit comments