aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-keyring.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2011-01-29 00:28:58 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-01-29 00:28:58 +0800
commit1cbcfd3eda00fa93d081ef37c609103d84663941 (patch)
tree2b940e7bdb1f661d961803ca621726dc589a0141 /libempathy/empathy-keyring.h
parenta8e29279f323a5a1f4fc66a450a633b3415bea4d (diff)
downloadgsoc2013-empathy-1cbcfd3eda00fa93d081ef37c609103d84663941.tar
gsoc2013-empathy-1cbcfd3eda00fa93d081ef37c609103d84663941.tar.gz
gsoc2013-empathy-1cbcfd3eda00fa93d081ef37c609103d84663941.tar.bz2
gsoc2013-empathy-1cbcfd3eda00fa93d081ef37c609103d84663941.tar.lz
gsoc2013-empathy-1cbcfd3eda00fa93d081ef37c609103d84663941.tar.xz
gsoc2013-empathy-1cbcfd3eda00fa93d081ef37c609103d84663941.tar.zst
gsoc2013-empathy-1cbcfd3eda00fa93d081ef37c609103d84663941.zip
keyring: add is_available function
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-keyring.h')
-rw-r--r--libempathy/empathy-keyring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-keyring.h b/libempathy/empathy-keyring.h
index e4211671a..76cb4fbeb 100644
--- a/libempathy/empathy-keyring.h
+++ b/libempathy/empathy-keyring.h
@@ -25,6 +25,8 @@
G_BEGIN_DECLS
+gboolean empathy_keyring_is_available (void);
+
void empathy_keyring_get_account_password_async (TpAccount *account,
GAsyncReadyCallback callback, gpointer user_data);