]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapigen: Use GObject profile
authorJürg Billeter <j@bitron.ch>
Thu, 25 Jun 2009 20:10:51 +0000 (22:10 +0200)
committerJürg Billeter <j@bitron.ch>
Thu, 25 Jun 2009 20:10:51 +0000 (22:10 +0200)
vapigen/valavapigen.vala

index 05d144d7a471abfee347b51c87eb7a02a1992ba1..bed72388821f2e1d78406df971c465d0e0ede793 100644 (file)
@@ -97,6 +97,7 @@ class Vala.VAPIGen : Object {
 
        private int run () {
                context = new CodeContext ();
+               context.profile = Profile.GOBJECT;
                CodeContext.push (context);
                
                /* default package */