diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-25 20:23:50 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-22 15:23:26 +0800 |
commit | 24e45ffb59d929e39d8ceea3ef04c73a5bcfc912 (patch) | |
tree | e70b6d262c6e8092a30fd01376d2ecc38dbc2f2b /libempathy/empathy-tp-chat.h | |
parent | 4f7fbd7ee74147e1f4897ca25d140da02ddceb93 (diff) | |
download | gsoc2013-empathy-24e45ffb59d929e39d8ceea3ef04c73a5bcfc912.tar gsoc2013-empathy-24e45ffb59d929e39d8ceea3ef04c73a5bcfc912.tar.gz gsoc2013-empathy-24e45ffb59d929e39d8ceea3ef04c73a5bcfc912.tar.bz2 gsoc2013-empathy-24e45ffb59d929e39d8ceea3ef04c73a5bcfc912.tar.lz gsoc2013-empathy-24e45ffb59d929e39d8ceea3ef04c73a5bcfc912.tar.xz gsoc2013-empathy-24e45ffb59d929e39d8ceea3ef04c73a5bcfc912.tar.zst gsoc2013-empathy-24e45ffb59d929e39d8ceea3ef04c73a5bcfc912.zip |
Use tp-glib password API (#651055)
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 20ba02a68..0b28312b9 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -97,16 +97,6 @@ void empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat, const GSList *messages); void empathy_tp_chat_acknowledge_all_messages (EmpathyTpChat *chat); -gboolean empathy_tp_chat_password_needed (EmpathyTpChat *chat); - -void empathy_tp_chat_provide_password_async (EmpathyTpChat *chat, - const gchar *password, - GAsyncReadyCallback callback, - gpointer user_data); - -gboolean empathy_tp_chat_provide_password_finish (EmpathyTpChat *chat, - GAsyncResult *result, - GError **error); gboolean empathy_tp_chat_can_add_contact (EmpathyTpChat *self); void empathy_tp_chat_leave (EmpathyTpChat *chat, |