[tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 12/17] libtracker-data: Updated code comment
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.8-with-ontology-cope-and-miner-fs-index: 12/17] libtracker-data: Updated code comment
- Date: Thu, 20 May 2010 13:26:55 +0000 (UTC)
commit 8c0e7e4791e95a3200639e8dce7e8d7cafd73408
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Apr 9 11:48:23 2010 +0200
libtracker-data: Updated code comment
src/libtracker-data/tracker-data-manager.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libtracker-data/tracker-data-manager.c b/src/libtracker-data/tracker-data-manager.c
index 1a4cb9e..0595d59 100644
--- a/src/libtracker-data/tracker-data-manager.c
+++ b/src/libtracker-data/tracker-data-manager.c
@@ -674,9 +674,9 @@ tracker_data_ontology_process_changes (GPtrArray *seen_classes,
{
gint i;
- /* This checks for properties of classes being removed from the ontology.
- * For example when going from: prefix:A rdfs:Class ; tracker:notify true .
- * to prefix:A rdfs:Class . */
+ /* This updates property-property changes and marks classes for necessity
+ * of having their tables recreated later. There's support for
+ * tracker:notify, tracker:writeback and tracker:indexed */
if (seen_classes) {
for (i = 0; i < seen_classes->len; i++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]