Re: [Vala] Quick Question about parameter handling



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]