class KIO.MultiGetJob |
|
|
The MultiGetJob is a TransferJob that allows you to get several files from a single server. Don't create directly, but use KIO.multi_get() instead. See also KIO.multi_get() |
|
|
|
Data from the slave has arrived. id - the id of the request data - data received from the slave. End of data (EOD) has been reached if data.size() == 0 |
|
Get an additional file.
id - the id of the file url - the url of the file to get metaData - the meta data for this request |
|
Mimetype determined id - the id of the request type - the mime type |
|
File transfer completed. When all files have been processed, result(KJob *) gets emitted. id - the id of the request |
|
|
|
|