comparison src/session.c @ 6485:70d5122bc3ff

[gaim-migrate @ 6999] Removed the old event system and replaced it with a much better signal system. There will most likely be some bugs in this, but it seems to be working for now. Plugins can now generate their own signals, and other plugins can find those plugins and connect to them. This could give plugins a form of IPC. It's also useful for other things. It's rather flexible, except for the damn marshalling, but there's no way around that that I or the glib people can see. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 18 Aug 2003 01:03:43 +0000
parents 9083f92e0d58
children fa6395637e2c
comparison
equal deleted inserted replaced
6484:5ced8e111473 6485:70d5122bc3ff
31 31
32 #ifdef USE_SM 32 #ifdef USE_SM
33 33
34 #include <X11/ICE/ICElib.h> 34 #include <X11/ICE/ICElib.h>
35 #include <X11/SM/SMlib.h> 35 #include <X11/SM/SMlib.h>
36 #include <gdk/gdkx.h>
36 #include <unistd.h> 37 #include <unistd.h>
37 #include <fcntl.h> 38 #include <fcntl.h>
38 39
39 #define ERROR_LENGTH 512 40 #define ERROR_LENGTH 512
40 41