summaryrefslogtreecommitdiff
path: root/src/torrent.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-23 16:50:50 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-23 16:50:50 +0000
commit9d0f1730fa146ee68ad3c6e3e6a9295364d22d98 (patch)
tree65ac3cadf4b3cb961bb4e0fe6ee778065c89caa5 /src/torrent.h
parent448a320aeb1b523893bd450c2ac9e52230da9410 (diff)
after a move or properties change (via dialog) on a single torrent, perform a refresh on it. on multiple, refresh everything. add an optional torrent priority, id column, date done column.
Diffstat (limited to 'src/torrent.h')
-rw-r--r--src/torrent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/torrent.h b/src/torrent.h
index 118d36b..b1e609a 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -64,6 +64,7 @@ gboolean torrent_get_honors_session_limits(JsonObject * t);
gint64 torrent_get_bandwidth_priority(JsonObject * t);
gint64 torrent_get_upload_limit(JsonObject * t);
gint64 torrent_get_added_date(JsonObject * t);
+gint64 torrent_get_done_date(JsonObject *t);
gboolean torrent_get_upload_limited(JsonObject * t);
gint64 torrent_get_download_limit(JsonObject * t);
gboolean torrent_get_download_limited(JsonObject * t);