[tracker/rss-enclosures] libtracker-data: Updated code comment
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [tracker/rss-enclosures] libtracker-data: Updated code comment
- Date: Mon,  3 May 2010 00:32:29 +0000 (UTC)
commit bfc2df77b9336986e239bae3b7361def0913cf57
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]