mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
add remove fct with aria2
This commit is contained in:
committed by
Matthieu Gautier
parent
ec8f1ffe9c
commit
491b6d655b
@ -56,6 +56,7 @@ class Download {
|
||||
void updateStatus(bool follow=false);
|
||||
void pauseDownload();
|
||||
void resumeDownload();
|
||||
void cancelDownload();
|
||||
StatusResult getStatus() { return m_status; }
|
||||
std::string getDid() { return m_did; }
|
||||
std::string getFollowedBy() { return m_followedBy; }
|
||||
|
Reference in New Issue
Block a user