]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-window.h
Use double quotes for all internal headers
[empathy.git] / src / empathy-chat-window.h
index d7ddc2b6be8763a0ef3d23be183d45ffbb3975bf..62f49988f54580f01a0b2d7bca68fb5ca1a002e8 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <telepathy-glib/telepathy-glib.h>
 
-#include <libempathy-gtk/empathy-chat.h>
+#include "libempathy-gtk/empathy-chat.h"
 
 G_BEGIN_DECLS
 
@@ -64,13 +64,13 @@ typedef struct _EmpathyChatWindowPriv EmpathyChatWindowPriv;
 
 struct _EmpathyChatWindow
 {
-  GObject parent;
+  GtkWindow parent;
   EmpathyChatWindowPriv *priv;
 };
 
 struct _EmpathyChatWindowClass
 {
-  GObjectClass parent_class;
+  GtkWindowClass parent_class;
 };
 
 GType empathy_chat_window_get_type (void);
@@ -79,9 +79,12 @@ EmpathyChat * empathy_chat_window_find_chat (TpAccount *account,
     const gchar *id,
     gboolean sms_channel);
 
-void empathy_chat_window_present_chat (EmpathyChat *chat,
+EmpathyChatWindow * empathy_chat_window_present_chat (EmpathyChat *chat,
     gint64 timestamp);
 
+EmpathyIndividualManager * empathy_chat_window_get_individual_manager (
+    EmpathyChatWindow *self);
+
 G_END_DECLS
 
 #endif