From 810d589610ef851096d5a4c1e711725afe817f92 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Sun, 18 Jun 2017 04:39:13 +0300 Subject: Add option in menu to copy magnet link --- src/torrent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/torrent.h') diff --git a/src/torrent.h b/src/torrent.h index c837046..481841d 100644 --- a/src/torrent.h +++ b/src/torrent.h @@ -87,6 +87,7 @@ gboolean torrent_get_is_private(JsonObject * t); gboolean torrent_get_honors_session_limits(JsonObject * t); gint64 torrent_get_bandwidth_priority(JsonObject * t); gint64 torrent_get_upload_limit(JsonObject * t); +const gchar *torrent_get_magnetlink(JsonObject * t); gint64 torrent_get_added_date(JsonObject * t); gint64 torrent_get_done_date(JsonObject * t); gboolean torrent_get_upload_limited(JsonObject * t); -- cgit v1.2.3