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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Sep 24 23:46:47 EEST 2008
Author: pvanhoof
Date: 2008-09-24 23:46:46 +0300 (Wed, 24 Sep 2008)
New Revision: 16227

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.h
Log:
Public API fix

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.h
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.h	2008-09-24 16:20:12 UTC (rev 16226)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/thumbnailer.h	2008-09-24 20:46:46 UTC (rev 16227)
@@ -51,7 +51,7 @@
 
 	void (*finished) (Thumbnailer *object, guint handle);
 	void (*started) (Thumbnailer *object, guint handle);
-	void (*ready) (Thumbnailer *object, guint handle);
+	void (*ready) (Thumbnailer *object, GStrv uris);
 	void (*error) (Thumbnailer *object, guint handle, gchar *reason);
 };
 


More information about the maemo-commits mailing list