|  |  |  | gnome-keyring Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
void (*GnomeKeyringOperationDoneCallback) (GnomeKeyringResult result,gpointer user_data); void (*GnomeKeyringOperationGetIntCallback) (GnomeKeyringResult result,guint32 val,gpointer user_data); void (*GnomeKeyringOperationGetListCallback) (GnomeKeyringResult result,GList *list,gpointer user_data); void (*GnomeKeyringOperationGetStringCallback) (GnomeKeyringResult result,const char *string,gpointer user_data);
void (*GnomeKeyringOperationDoneCallback) (GnomeKeyringResult result,gpointer user_data);
GnomeKeyringOperationDoneCallback is deprecated and should not be used in newly-written code.
void (*GnomeKeyringOperationGetIntCallback) (GnomeKeyringResult result,guint32 val,gpointer user_data);
GnomeKeyringOperationGetIntCallback is deprecated and should not be used in newly-written code.
void (*GnomeKeyringOperationGetListCallback) (GnomeKeyringResult result,GList *list,gpointer user_data);
GnomeKeyringOperationGetListCallback is deprecated and should not be used in newly-written code.
void (*GnomeKeyringOperationGetStringCallback) (GnomeKeyringResult result,const char *string,gpointer user_data);
GnomeKeyringOperationGetStringCallback is deprecated and should not be used in newly-written code.
| 
 | result of the operation | 
| 
 | the string, or NULL. [allow-none] | 
| 
 | user data |