summaryrefslogtreecommitdiff
path: root/src/analysis/db/collection-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/collection-int.h')
-rw-r--r--src/analysis/db/collection-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/analysis/db/collection-int.h b/src/analysis/db/collection-int.h
index c2d1282..b3b83bb 100644
--- a/src/analysis/db/collection-int.h
+++ b/src/analysis/db/collection-int.h
@@ -60,6 +60,7 @@ struct _GDbCollection
GList *items; /* Eléments rassemblés */
GList *sorted; /* Eléments triés */
+ GHashTable *last_items; /* Statuts courants d'éléments */
GRWLock params_access; /* Verrou de protection */
};
@@ -76,7 +77,7 @@ struct _GDbCollectionClass
/* Signaux */
- void (* content_changed) (GDbCollection *, DBAction, GDbItem *);
+ void (* content_extended) (GDbCollection *, GDbItem *);
};