]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.h
Updated Polish translation
[empathy.git] / libempathy / empathy-tp-chat.h
index 013a926bfc3936f7e5e2da4afd39800b5bf25c1c..fd9724037d8b155c83069134234a94c26db0cea2 100644 (file)
@@ -61,7 +61,6 @@ typedef struct {
 
 GType          empathy_tp_chat_get_type             (void) G_GNUC_CONST;
 EmpathyTpChat *empathy_tp_chat_new                  (TpChannel          *channel);
-void           empathy_tp_chat_close                (EmpathyTpChat      *chat);
 const gchar *  empathy_tp_chat_get_id               (EmpathyTpChat      *chat);
 EmpathyContact *empathy_tp_chat_get_remote_contact   (EmpathyTpChat      *chat);
 TpChannel *    empathy_tp_chat_get_channel          (EmpathyTpChat      *chat);
@@ -84,18 +83,22 @@ const GList *  empathy_tp_chat_get_pending_messages (EmpathyTpChat *chat);
 void           empathy_tp_chat_acknowledge_message (EmpathyTpChat *chat,
                                                     EmpathyMessage *message);
 void           empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat,
-                                                    const GList *messages);
+                                                    const GSList *messages);
+void           empathy_tp_chat_acknowledge_all_messages (EmpathyTpChat *chat);
 
-gboolean       empathy_tp_chat_password_needed (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);
+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_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);
 
 G_END_DECLS