From eb36cae56aec0cd245d693ebf2bcb4ce20fb458b Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Mon, 21 Dec 2009 12:51:02 +1100 Subject: Refactor MUC upgrading to be a feature of TpChat->add() Add a method to be able to tell whether a given TpChat supports you calling add() on it. --- libempathy/empathy-tp-chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-tp-chat.h') diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 940c36095..6b5fc8d0b 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -96,6 +96,7 @@ void empathy_tp_chat_provide_password_async (EmpathyTpChat *chat, gboolean empathy_tp_chat_provide_password_finish (EmpathyTpChat *chat, GAsyncResult *result, GError **error); +gboolean empathy_tp_chat_can_add_contact (EmpathyTpChat *self); G_END_DECLS -- cgit v1.2.3