From 7bc8fe632f29a875659f223ad1e9aa035c56f46c Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 30 Nov 2011 18:54:29 +0000 Subject: add some comments at the top of some files, also add a timeout of 20 seconds for curl requests --- src/trg-model.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/trg-model.c') diff --git a/src/trg-model.c b/src/trg-model.c index 5796507..e10c974 100644 --- a/src/trg-model.c +++ b/src/trg-model.c @@ -21,6 +21,11 @@ #include #include +/* An extension of GtkListStore which provides some functions for looking up + * an entry by ID. Also for removing entries which have an old update serial, + * which means it needs removing. + */ + struct trg_model_remove_removed_foreachfunc_args { gint64 currentSerial; gint serial_column; -- cgit v1.2.3