summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-14 08:56:50 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-14 08:56:50 +0000
commitedfa8191b63504e93815955273d1645a84eea873 (patch)
tree085a58ac9d757e43c849ac9eec75b7728d02d90e /src/trg-torrent-model.h
parentf742706bad48bdf229a968c4d23fdc7133e6e45e (diff)
get_torrent_data() declaration in wrong header, move it.
Diffstat (limited to 'src/trg-torrent-model.h')
-rw-r--r--src/trg-torrent-model.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/trg-torrent-model.h b/src/trg-torrent-model.h
index e0fb4c5..ce5cf8c 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -75,8 +75,12 @@ void trg_torrent_model_update(TrgTorrentModel * model, TrgClient * tc,
gint mode);
GHashTable *get_torrent_table(TrgTorrentModel * model);
+
gboolean trg_torrent_model_is_remove_in_progress(TrgTorrentModel * model);
+gboolean get_torrent_data(GHashTable * table, gint64 id, JsonObject ** t,
+ GtkTreeIter * out_iter);
+
enum {
TORRENT_COLUMN_ICON,
TORRENT_COLUMN_NAME,