From 2d989e3e693f41f654f56972bc3c742828f409b6 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 12 Feb 2011 11:51:23 +0000 Subject: torrent added notifications, make notifications configurable. unref id arrays if the user cancels an action. --- src/trg-torrent-model.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/trg-torrent-model.h') 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 { -- cgit v1.2.3