summaryrefslogtreecommitdiff
path: root/src/trg-model.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-17 09:45:23 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-17 09:45:23 +0000
commit973aaa9d9a020e1644ce2fe45fd3613422f6ada9 (patch)
treec12c0ecfe8e9f890b7414287cd62e5085fcf0a7d /src/trg-model.h
parentc10b672d05b8b6b68bbc1ccb92da8b5caa451c68 (diff)
a bunch of changes needed to facilitate changing trackers (unfinished). also tidy up general details panel a bit, fix a crash if a stats update is received after stats dialog is closed.
Diffstat (limited to 'src/trg-model.h')
-rw-r--r--src/trg-model.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/trg-model.h b/src/trg-model.h
index 427e0bd..e954153 100644
--- a/src/trg-model.h
+++ b/src/trg-model.h
@@ -17,7 +17,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
#ifndef TRG_MODEL_H_
#define TRG_MODEL_H_
@@ -26,4 +25,8 @@
void trg_model_remove_removed(GtkListStore * model, gint serial_column,
gint64 currentSerial);
+gboolean
+find_existing_model_item(GtkTreeModel * model, gint search_column, gint64 id,
+ GtkTreeIter * iter);
+
#endif /* TRG_MODEL_H_ */