comparison mcabber/src/main.h @ 1653:fca9a4c17432

Improve UI latency and CPU usage Remove main_loop(), and use GIOChannels for the FIFO system.
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 01 Dec 2009 21:06:06 +0100
parents
children
comparison
equal deleted inserted replaced
1652:8036750d0169 1653:fca9a4c17432
1 #ifndef __MCABBER_MAIN_H__
2 #define __MCABBER_MAIN_H__ 1
3
4 extern GMainContext *main_context;
5
6 void mcabber_set_terminate_ui(void);
7 char *mcabber_version(void);
8
9 #endif
10
11 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */