> Shell.vala:112.13-112.24: warning: `null' incompatible with return type > `Guitcore.Task` > return null; > ^^^^^^^^^^^^
Try making the return type of the method "Guitcore.Task?" (the ? signifies that the type is nullable). http://live.gnome.org/Vala/FAQ#head-7c7455d22d2055a29e8d025d4785f59452ae81e6 -- http://homes.eff.org/~barlow/EconomyOfIdeas.html http://www.dreamsongs.com/MobSoftware.html http://www.gnu.org/philosophy/shouldbefree.html _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
