diff options
Diffstat (limited to 'libempathy/empathy-keyring.c')
-rw-r--r-- | libempathy/empathy-keyring.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-keyring.c b/libempathy/empathy-keyring.c index 10226ac09..7205a83fb 100644 --- a/libempathy/empathy-keyring.c +++ b/libempathy/empathy-keyring.c @@ -33,6 +33,12 @@ static GnomeKeyringPasswordSchema account_keyring_schema = { "param-name", GNOME_KEYRING_ATTRIBUTE_TYPE_STRING }, { NULL } } }; +gboolean +empathy_keyring_is_available (void) +{ + return gnome_keyring_is_available (); +} + /* get */ static void |