Author: ArcRiley
Date: 2009-02-26 22:15:46 -0500 (Thu, 26 Feb 2009)
New Revision: 1532

Modified:
   trunk/concordance/include/concordance.h
Log:
some work on callbacks

Modified: trunk/concordance/include/concordance.h
===================================================================
--- trunk/concordance/include/concordance.h     2009-02-26 23:28:11 UTC (rev 
1531)
+++ trunk/concordance/include/concordance.h     2009-02-27 03:15:46 UTC (rev 
1532)
@@ -53,6 +53,7 @@
 typedef struct {
   PyObject*             self;
   gchar*                method;
+  void               (* handler )      (concordCore_QueueMsg*);
   GString*              message;
 } concordCore_QueueMsg;
 

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to