vala r1897 - in trunk: . gobject
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1897 - in trunk: . gobject
- Date: Fri, 24 Oct 2008 14:33:33 +0000 (UTC)
Author: juergbi
Date: Fri Oct 24 14:33:33 2008
New Revision: 1897
URL: http://svn.gnome.org/viewvc/vala?rev=1897&view=rev
Log:
2008-10-24 JÃrg Billeter <j bitron ch>
* gobject/valaccodegenerator.vala:
Enable CCodeDynamicSignalModule
Modified:
trunk/ChangeLog
trunk/gobject/valaccodegenerator.vala
Modified: trunk/gobject/valaccodegenerator.vala
==============================================================================
--- trunk/gobject/valaccodegenerator.vala (original)
+++ trunk/gobject/valaccodegenerator.vala Fri Oct 24 14:33:33 2008
@@ -149,6 +149,7 @@
head = new CCodeInvocationExpressionModule (this, head);
head = new CCodeArrayModule (this, head);
head = new CCodeDynamicPropertyModule (this, head);
+ head = new CCodeDynamicSignalModule (this, head);
head = new GObjectModule (this, head);
head = new GObjectClassModule (this, head);
head = new GObjectInterfaceModule (this, head);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]