[vala] vapigen: Use GObject profile



commit 109013e7ba256fc4cc289922c759961907bddf94
Author: Jürg Billeter <j bitron ch>
Date:   Thu Jun 25 22:10:51 2009 +0200

    vapigen: Use GObject profile

 vapigen/valavapigen.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapigen/valavapigen.vala b/vapigen/valavapigen.vala
index 05d144d..bed7238 100644
--- a/vapigen/valavapigen.vala
+++ b/vapigen/valavapigen.vala
@@ -97,6 +97,7 @@ class Vala.VAPIGen : Object {
 
 	private int run () {
 		context = new CodeContext ();
+		context.profile = Profile.GOBJECT;
 		CodeContext.push (context);
 		
 		/* default package */



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