aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-keyring.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2011-01-29 00:44:44 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-01-29 00:44:44 +0800
commit2e70e2fef401bcbe38d9caf8281992be7d0f6413 (patch)
tree6b1bd4fc0831f81cbd93568577b7fec42bfe6ecd /libempathy/empathy-keyring.h
parentcfab69400457247ece6cd9baf1d49e70d7d9ce9b (diff)
downloadgsoc2013-empathy-2e70e2fef401bcbe38d9caf8281992be7d0f6413.tar
gsoc2013-empathy-2e70e2fef401bcbe38d9caf8281992be7d0f6413.tar.gz
gsoc2013-empathy-2e70e2fef401bcbe38d9caf8281992be7d0f6413.tar.bz2
gsoc2013-empathy-2e70e2fef401bcbe38d9caf8281992be7d0f6413.tar.lz
gsoc2013-empathy-2e70e2fef401bcbe38d9caf8281992be7d0f6413.tar.xz
gsoc2013-empathy-2e70e2fef401bcbe38d9caf8281992be7d0f6413.tar.zst
gsoc2013-empathy-2e70e2fef401bcbe38d9caf8281992be7d0f6413.zip
keyring: add set_room_password 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 58a7adce7..92c8a6e9f 100644
--- a/libempathy/empathy-keyring.h
+++ b/libempathy/empathy-keyring.h
@@ -47,6 +47,13 @@ void empathy_keyring_set_account_password_async (TpAccount *account,
gboolean empathy_keyring_set_account_password_finish (TpAccount *account,
GAsyncResult *result, GError **error);
+void empathy_keyring_set_room_password_async (TpAccount *account,
+ const gchar *id, const gchar *password, GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean empathy_keyring_set_room_password_finish (TpAccount *account,
+ GAsyncResult *result, GError **error);
+
void empathy_keyring_delete_account_password_async (TpAccount *account,
GAsyncReadyCallback callback, gpointer user_data);