[tracker] libtracker-data: Updated code comment



commit 3a9656293f99dec01ab2bbcad0c832361998d8e7
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 fb95746..4234078 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]