Author: ArcRiley Date: 2009-02-27 11:55:10 -0500 (Fri, 27 Feb 2009) New Revision: 1533
Modified: trunk/concordance/include/concordance.h trunk/concordance/src/_core/step.c Log: continued work on python callbacks, now compiles again Modified: trunk/concordance/include/concordance.h =================================================================== --- trunk/concordance/include/concordance.h 2009-02-27 03:15:46 UTC (rev 1532) +++ trunk/concordance/include/concordance.h 2009-02-27 16:55:10 UTC (rev 1533) @@ -53,7 +53,7 @@ typedef struct { PyObject* self; gchar* method; - void (* handler ) (concordCore_QueueMsg*); + void (* handler ) (gpointer); GString* message; } concordCore_QueueMsg; Modified: trunk/concordance/src/_core/step.c =================================================================== --- trunk/concordance/src/_core/step.c 2009-02-27 03:15:46 UTC (rev 1532) +++ trunk/concordance/src/_core/step.c 2009-02-27 16:55:10 UTC (rev 1533) @@ -131,7 +131,7 @@ */ popped->message = g_string_assign(popped->message, concordPyUnicodeToUTF8(output)); - g_async_queue_push(self->queueSend, popped); + g_async_queue_push(globals->queueSend, popped); } else /* free message struct since we didn't use it */ _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn