camorama r352 - in trunk: . src



Author: herzi
Date: Wed May 28 14:19:40 2008
New Revision: 352
URL: http://svn.gnome.org/viewvc/camorama?rev=352&view=rev

Log:
2008-05-28  Sven Herzberg  <sven imendio com>

	* src/capture-strategy.h: renamed the vfunc to capture


Modified:
   trunk/ChangeLog
   trunk/src/capture-strategy.h

Modified: trunk/src/capture-strategy.h
==============================================================================
--- trunk/src/capture-strategy.h	(original)
+++ trunk/src/capture-strategy.h	Wed May 28 14:19:40 2008
@@ -47,7 +47,7 @@
 	GTypeInterface base_interfase;
 
 	/* vtable */
-	gboolean (*capture_timeout) (cam* cam);
+	gboolean (*capture) (cam* cam);
 };
 
 G_END_DECLS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]