Miscellaneous Functions

Miscellaneous Functions — Miscellaneous functions.

Synopsis

gboolean            mate_keyring_is_available          (void);
void                mate_keyring_cancel_request        (gpointer request);
void                mate_keyring_string_list_free      (GList *strings);

Description

Details

mate_keyring_is_available ()

gboolean            mate_keyring_is_available          (void);

Check whether you can communicate with a mate-keyring-daemon.

Returns :

FALSE if you can't communicate with the daemon (so you can't load and save passwords).

mate_keyring_cancel_request ()

void                mate_keyring_cancel_request        (gpointer request);

Cancel an asynchronous request.

If a callback was registered when making the asynchronous request, that callback function will be called with a result of MATE_KEYRING_RESULT_CANCELLED

request :

The request returned from the asynchronous call function.

mate_keyring_string_list_free ()

void                mate_keyring_string_list_free      (GList *strings);

Free a list of string pointers.

strings :

A GList of string pointers.