[maemo-commits] [maemo-commits] r15960 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 2 18:01:06 EEST 2008
- Previous message: [maemo-commits] r15959 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r15961 - in projects/haf/branches/hildon-thumbnail/daemonize/daemon: . plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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]);
- Previous message: [maemo-commits] r15959 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r15961 - in projects/haf/branches/hildon-thumbnail/daemonize/daemon: . plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]