Re: [gnome-love] gnome-keyring-manager : problem with gnome_keyring_delete
- From: Kedar Bellare <kedarb cse iitb ac in>
- To: gnome-love gnome org
- Subject: Re: [gnome-love] gnome-keyring-manager : problem with gnome_keyring_delete
- Date: Wed, 05 May 2004 21:18:07 +0530
<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]