Re: [Vala] IOChannel changes?
- From: "Phil Housley" <undeconstructed gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] IOChannel changes?
- Date: Tue, 22 Jan 2008 13:04:47 +0000
On 22/01/2008, eGore <eGore gmx de> wrote:
Hi list,
I upgraded from Vala 0.1.5 to 0.1.6 and tried to compile "my" programs. One of these programs had a line:
IOChannel xyz = IOChannel.file("xyz.txt", "w");
IOChannel.file is a construction method, so use:
IOChannel xyz = new IOChannel.file("xyz.txt", "w");
--
Phil Housley
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]