Home
last modified time | relevance | path

Searched defs:update_torrents (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/examples/
H A Dtorrent_view.cpp172 void torrent_view::update_torrents(std::vector<lt::torrent_status> st) in update_torrents() function in torrent_view
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/examples/
H A Dtorrent_view.cpp172 void torrent_view::update_torrents(std::vector<lt::torrent_status> st) in update_torrents() function in torrent_view
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/torrentlist/
H A Dtorrentview.py282 def update_torrents(self, lines): member in TorrentView