[Vala] Can't compile GIR file generated by Vala

2019-02-09 Thread rastersoft
Hi all: I created a simple library with this code: usingGLib; // using GIO; usingPosix; namespaceFreedesktopPortals{ publicGLib.UnixFDListcreateUnixFDList(GLib.Filefile, boolwritable) { varfdList =newGLib.UnixFDList(); varfileFd =Posix.open(file.get_path(), writable

Re: [Vala] ValaForCSharpProgrammers "No partial classes"

2019-02-09 Thread Wolfgang Mauer
Sorry, for my bad english... One of the reasons, i meant Am 09.02.19 um 16:48 schrieb Jens Georg: If here some dev's just let me say that "partial classes" are elementary for C# developers. The reason is, to split functionality in smaller source-files. That is kind of a two-edged sort.

Re: [Vala] ValaForCSharpProgrammers "No partial classes"

2019-02-09 Thread Jens Georg
> > If here some dev's just let me say that "partial classes" are > elementary > for C# developers. > > The reason is, to split functionality in smaller source-files. That is kind of a two-edged sort. Personally, I think if your class gets so big that you feel the need to distribute your

[Vala] ValaForCSharpProgrammers "No partial classes"

2019-02-09 Thread Wolfgang Mauer
Hi all, i just read the "ValaForCSharpProgrammers" and i was a little surprised the vala will not support "partial classes", not even in the future :-( If here some dev's just let me say that "partial classes" are elementary for C# developers. The reason is, to split functionality in