summaryrefslogtreecommitdiff
path: root/src/trg-model.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-30 18:54:29 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-30 18:54:29 +0000
commit7bc8fe632f29a875659f223ad1e9aa035c56f46c (patch)
tree8a13af1000337feade93762295b213283b03d089 /src/trg-model.c
parent6df6b7c2a2383d01a6fc20e597f48b0168ccfeb5 (diff)
add some comments at the top of some files, also add a timeout of 20 seconds for curl requests
Diffstat (limited to 'src/trg-model.c')
-rw-r--r--src/trg-model.c5
1 files changed, 5 insertions, 0 deletions
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 <gtk/gtk.h>
#include <json-glib/json-glib.h>
+/* 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;