summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-12 11:51:23 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-12 11:51:23 +0000
commit2d989e3e693f41f654f56972bc3c742828f409b6 (patch)
tree2c2124594342c47cf113e2bb40dfda5b85469516 /src/trg-torrent-model.h
parent78b168dbc30d9540b96254b77cfeaef3619b540c (diff)
torrent added notifications, make notifications configurable. unref id arrays if the user cancels an action.
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 dd08588..962a2f0 100644
--- a/src/trg-torrent-model.h
+++ b/src/trg-torrent-model.h
@@ -47,6 +47,9 @@ typedef struct {
void (*torrent_completed) (TrgTorrentModel * model,
GtkTreeIter * iter, JsonObject * t,
gpointer data);
+ void (*torrent_added) (TrgTorrentModel * model,
+ GtkTreeIter * iter, JsonObject * t,
+ gpointer data);
} TrgTorrentModelClass;
typedef struct {