mcabber/mcabber/screen.h
changeset 2032 f740c4128f76
parent 2028 7b5bd6ad83b4
child 2063 1b5a19b2ba44
equal deleted inserted replaced
2031:2b13be73351d 2032:f740c4128f76
   107 void scr_draw_main_window(unsigned int fullinit);
   107 void scr_draw_main_window(unsigned int fullinit);
   108 void scr_draw_roster(void);
   108 void scr_draw_roster(void);
   109 void scr_update_main_status(int forceupdate);
   109 void scr_update_main_status(int forceupdate);
   110 void scr_update_chat_status(int forceupdate);
   110 void scr_update_chat_status(int forceupdate);
   111 void scr_roster_visibility(int status);
   111 void scr_roster_visibility(int status);
   112 void scr_remove_receipt_flag(const char *jidto, gpointer xep184);
   112 void scr_remove_receipt_flag(const char *jidto, gconstpointer xep184);
   113 void scr_show_buddy_window(void);
   113 void scr_show_buddy_window(void);
   114 int  scr_buddy_buffer_exists(const char *jid);
   114 int  scr_buddy_buffer_exists(const char *jid);
   115 void scr_update_buddy_window(void);
   115 void scr_update_buddy_window(void);
   116 void scr_set_chatmode(int enable);
   116 void scr_set_chatmode(int enable);
   117 int  scr_get_chatmode(void);
   117 int  scr_get_chatmode(void);