Top |
void | (*GnomeKeyringOperationDoneCallback) () |
void | (*GnomeKeyringOperationGetIntCallback) () |
void | (*GnomeKeyringOperationGetListCallback) () |
void | (*GnomeKeyringOperationGetStringCallback) () |
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 |
result of the operation |
|
string |
the string, or |
[allow-none] |
user_data |
user data |