On Wed, 14 May 2008 19:21:25 +0200 Geert Jordaens <[EMAIL PROTECTED]> wrote:
> Could anybody give me a hint on what's wrong with folowing code : > > a.get_name(); You should use just a.name: the getter is created and used automatically by Vala for GObject properties. -- Andrea Bolognani <[EMAIL PROTECTED]> Resistance is futile, you will be garbage collected.
pgp3hv1AzH4kg.pgp
Description: PGP signature
_______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
