aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-keyring.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2011-01-29 00:29:12 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-01-29 00:29:12 +0800
commit0bc660b874d8c04e22f7601dc5a3de428253d9c3 (patch)
tree1bf1b0fe677fbbd15cd459f950516f99946ace54 /libempathy/empathy-keyring.h
parent1cbcfd3eda00fa93d081ef37c609103d84663941 (diff)
downloadgsoc2013-empathy-0bc660b874d8c04e22f7601dc5a3de428253d9c3.tar
gsoc2013-empathy-0bc660b874d8c04e22f7601dc5a3de428253d9c3.tar.gz
gsoc2013-empathy-0bc660b874d8c04e22f7601dc5a3de428253d9c3.tar.bz2
gsoc2013-empathy-0bc660b874d8c04e22f7601dc5a3de428253d9c3.tar.lz
gsoc2013-empathy-0bc660b874d8c04e22f7601dc5a3de428253d9c3.tar.xz
gsoc2013-empathy-0bc660b874d8c04e22f7601dc5a3de428253d9c3.tar.zst
gsoc2013-empathy-0bc660b874d8c04e22f7601dc5a3de428253d9c3.zip
keyring: add get_room_password_{async,finish} functions
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-keyring.h')
-rw-r--r--libempathy/empathy-keyring.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-keyring.h b/libempathy/empathy-keyring.h
index 76cb4fbeb..58a7adce7 100644
--- a/libempathy/empathy-keyring.h
+++ b/libempathy/empathy-keyring.h
@@ -33,6 +33,13 @@ void empathy_keyring_get_account_password_async (TpAccount *account,
const gchar * empathy_keyring_get_account_password_finish (TpAccount *account,
GAsyncResult *result, GError **error);
+void empathy_keyring_get_room_password_async (TpAccount *account,
+ const gchar *id,
+ GAsyncReadyCallback callback, gpointer user_data);
+
+const gchar * empathy_keyring_get_room_password_finish (TpAccount *account,
+ GAsyncResult *result, GError **error);
+
void empathy_keyring_set_account_password_async (TpAccount *account,
const gchar *password, GAsyncReadyCallback callback,
gpointer user_data);