[maemo-commits] [maemo-commits] r15960 - projects/haf/branches/hildon-thumbnail/daemonize/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 2 18:01:06 EEST 2008
Author: pvanhoof
Date: 2008-09-02 18:01:04 +0300 (Tue, 02 Sep 2008)
New Revision: 15960

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
Log:
Added code comments

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c	2008-09-02 15:00:05 UTC (rev 15959)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.c	2008-09-02 15:01:04 UTC (rev 15960)
@@ -157,6 +157,9 @@
 	GHashTableIter iter;
 	gpointer key, value;
 
+	// TODO: dispatch this to an asynchronous handler that deals with items
+	// in a LIFO way
+
 	while (urls[i] != NULL) {
 		GList *urls_for_mime;
 		gchar *mime_type = get_mime_type (urls[i]);


More information about the maemo-commits mailing list