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



On Wed, 2004-05-05 at 18:32, Kedar Bellare wrote:
Hi,

I am very new to coding in gnome. I was having a look at the
gnome-keyring-manager project and found it interesting. I tried to
implement the delete functionality for the keyring-manager but it
segfaults whenever I call gnome_keyring_delete.

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.
Thanks,
Siva

delete_keyring_callback is same as the create_keyring_callback and of
type static void,
data is the gpointer data that gets passed in.

I found very little information on google about gnome_keyring_delete.
What am I doing wrong? 

Thanks,
Kedar

_______________________________________________
gnome-love mailing list
gnome-love gnome org
http://mail.gnome.org/mailman/listinfo/gnome-love




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