summaryrefslogtreecommitdiff
path: root/src/trg-model.c
diff options
context:
space:
mode:
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;