[maemo-commits] [maemo-commits] r15998 - projects/haf/branches/hildon-thumbnail/daemonize/tests
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 3 18:33:52 EEST 2008
- Previous message: [maemo-commits] r15997 - in projects/haf/branches/hildon-thumbnail/daemonize: . tests
- Next message: [maemo-commits] r15999 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof
Date: 2008-09-03 18:33:51 +0300 (Wed, 03 Sep 2008)
New Revision: 15998
Modified:
projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c
Log:
Modified: projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c 2008-09-03 15:32:59 UTC (rev 15997)
+++ projects/haf/branches/hildon-thumbnail/daemonize/tests/daemon.c 2008-09-03 15:33:51 UTC (rev 15998)
@@ -43,6 +43,12 @@
void
daemon_create (Daemon *object, GStrv uris, DBusGMethodInvocation *context)
{
+ guint i = 0;
+
+ while (uris[i] != NULL) {
+ g_print ("Request for %s\n", uris[i]);
+ i++;
+ }
}
#include "daemon-glue.h"
- Previous message: [maemo-commits] r15997 - in projects/haf/branches/hildon-thumbnail/daemonize: . tests
- Next message: [maemo-commits] r15999 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
