Re: [Vala] Quick Question about parameter handling
- From: Jürg Billeter <j bitron ch>
- To: gzsombor gmail com
- Cc: vala paldo org
- Subject: Re: [Vala] Quick Question about parameter handling
- Date: Sun, 11 Mar 2007 23:01:45 +0100
On Son, 2007-03-11 at 16:01 +0100, Zsombor wrote:
This is what I've tried, but it doesn't works with the 0.0.7 version.
From this:
string defKeyring = null;
Gnome.Keyring.get_default_keyring_sync (defKeyring);
You also have to use out when calling the method, the compiler doesn't
check that yet, unfortunately.
This should work
Gnome.Keyring.get_default_keyring_sync (out defKeyring);
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]