Fixes for vala wizard in class-gen
commitab4bba039c872239d6399739c3915760b2567277
authorKenny Meyer <knny.myer@gmail.com>
Mon, 27 Dec 2010 20:16:56 +0000 (27 17:16 -0300)
committerJohannes Schmid <jhs@gnome.org>
Mon, 27 Dec 2010 20:39:49 +0000 (27 21:39 +0100)
tree645d45b1ec9308d9c0394c3641d9be0c6ad54028
parent1eb261cdc00e796ae4245fc1bfdfbcb360b78370
Fixes for vala wizard in class-gen

 * Remove checkbox for deriving from GLib.Object, instead use Base
   class entry for that.
 * Scope for properties now for getter/setter
 * Automatic properties
 * Add 'internal' scope
 * Add implicit scope if no scope defined. Defaults to 'public'
 * Prefill Vala signals return value with void, because not implemented
   yet in Vala.
plugins/class-gen/anjuta-class-gen-plugin.ui
plugins/class-gen/templates/vala-source.tpl
plugins/class-gen/window.c