Re: [gnome-love] gnome-keyring-manager : problem with gnome_keyring_delete



<snip>

What I have done is, I call :

    gnome_keyring_delete(keyring,           delete_keyring_callback,data,NULL);

where keyring is the name of the keyring created in my case "laa1" and
has type g_char,
 keyring type need to  be gchar*, and also gnome_keyring_delete sees to
expect 4 parameters and you are just passing 3.

Initially i was using gchar* but then i looked at the link
 http://people.redhat.com/alexl/files/gnome-keyring.h
and changed gchar* to char*. also i have passed it 4 parameters
(keyring,delete_keyring_callback,data,NULL). It gives the same error.

Thanks,
Kedar





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