]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
factor out start_gnome_contacts()
[empathy.git] / libempathy-gtk / empathy-chat.h
index a5c0148a1511a597bbc3f508ded61f066857e785..0031410d65006a931f33dbe8f4af8b9f694b7456 100644 (file)
@@ -50,7 +50,7 @@ typedef struct _EmpathyChatClass  EmpathyChatClass;
 typedef struct _EmpathyChatPriv   EmpathyChatPriv;
 
 struct _EmpathyChat {
-       GtkBin parent;
+       GtkBox parent;
        EmpathyChatPriv *priv;
 
        /* Protected */
@@ -59,7 +59,7 @@ struct _EmpathyChat {
 };
 
 struct _EmpathyChatClass {
-       GtkBinClass parent;
+       GtkBoxClass parent;
 };
 
 GType              empathy_chat_get_type             (void);
@@ -85,7 +85,6 @@ void               empathy_chat_correct_word         (EmpathyChat   *chat,
                                                      const gchar   *new_word);
 void               empathy_chat_join_muc             (EmpathyChat   *chat,
                                                      const gchar   *room);
-void               empathy_chat_leave_chat           (EmpathyChat *chat);
 gboolean           empathy_chat_is_room              (EmpathyChat   *chat);
 void               empathy_chat_set_show_contacts    (EmpathyChat *chat,
                                                       gboolean     show);
@@ -98,6 +97,10 @@ gboolean           empathy_chat_is_composing (EmpathyChat *chat);
 gboolean           empathy_chat_is_sms_channel       (EmpathyChat *self);
 guint              empathy_chat_get_n_messages_sending (EmpathyChat *self);
 
+gchar *            empathy_chat_dup_text             (EmpathyChat *self);
+void               empathy_chat_set_text             (EmpathyChat *self,
+                                                      const gchar *text);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_CHAT_H__ */