summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-22 21:43:39 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-22 21:43:39 +0000
commitc02d88a6532f5f96211ed4410dadf4bc6ae1b094 (patch)
tree1b1daa098596a41d1562311cfb29aded638db46e /src/trg-torrent-model.h
parentceed760d73e4ec82c8bd6f9a99a93ce184968b23 (diff)
use "Default" as the alias for the state selector name for the default directory. refresh when labels are set.
Diffstat (limited to 'src/trg-torrent-model.h')
-rw-r--r--src/trg-torrent-model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trg-torrent-model.h b/src/trg-torrent-model.h
index dd03ee9..ebb911d 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -84,6 +84,9 @@ gboolean trg_torrent_model_is_remove_in_progress(TrgTorrentModel * model);
gboolean get_torrent_data(GHashTable * table, gint64 id, JsonObject ** t,
GtkTreeIter * out_iter);
+gchar *shorten_download_dir(TrgClient *tc, const gchar *downloadDir);
+void trg_torrent_model_reload_dir_alises(TrgClient *tc, GtkTreeModel *model);
+
enum {
TORRENT_COLUMN_ICON,
TORRENT_COLUMN_NAME,