Re: [Vala] What is correct solution to warning: 'null' incompatible with 'SomeType'?



   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



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