X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy-chat-window.h;h=2e64b680300714746e685f988c09e9061053ac02;hp=ae986cc7f07a0c4f72ede53fc00983facbfc8cd5;hb=15aa6a83ff96fad9f959762f2b57646f9e735cd1;hpb=8eef204e706a2a4c4b16c935b853ea207b775729 diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index ae986cc7..2e64b680 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -63,13 +63,13 @@ typedef struct _EmpathyChatWindowPriv EmpathyChatWindowPriv; struct _EmpathyChatWindow { - GtkWindow parent; + GtkBin parent; EmpathyChatWindowPriv *priv; }; struct _EmpathyChatWindowClass { - GtkWindowClass parent_class; + GtkBinClass parent_class; }; GType empathy_chat_window_get_type (void); @@ -81,9 +81,14 @@ EmpathyChat * empathy_chat_window_find_chat (TpAccount *account, EmpathyChatWindow * empathy_chat_window_present_chat (EmpathyChat *chat, gint64 timestamp); +EmpathyChatWindow * empathy_chat_window_new (void); + EmpathyIndividualManager * empathy_chat_window_get_individual_manager ( EmpathyChatWindow *self); +void empathy_chat_window_next_tab (EmpathyChatWindow *self); +void empathy_chat_window_prev_tab (EmpathyChatWindow *self); + G_END_DECLS #endif