X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fgui%2Fgtk%2FJubGtkRosterUI.h;h=be0394596d0e719c131a64871cbe4172dfc0a4f3;hp=cfcdd471f6cdc54bb714d968712d10a573fa830e;hb=e7980c8d1a40175b56fad21082291152e214825d;hpb=0daa7a1cf98c6281dd7ba09baf0bf36cd1e154f7 diff --git a/src/gui/gtk/JubGtkRosterUI.h b/src/gui/gtk/JubGtkRosterUI.h index cfcdd47..be03945 100644 --- a/src/gui/gtk/JubGtkRosterUI.h +++ b/src/gui/gtk/JubGtkRosterUI.h @@ -11,6 +11,7 @@ GtkWidget *roster_window; GtkTreeStore *roster_model; GtkTreeModelFilter *roster_filter; + GtkComboBox *presence_combo; OFMapTable *groupMap; OFMutableDictionary *contactMap; OFMutableDictionary *chatMap; @@ -20,4 +21,6 @@ - initWithClient: (JubChatClient*)client; - (JubGtkChatUI*)chatForJID: (XMPPJID*)jid; +- (void)client: (JubChatClient*)client + didChangePresence: (XMPPPresence*)presence; @end