aboutsummaryrefslogtreecommitdiffstats
path: root/lib/events_glib.c
Commit message (Collapse)AuthorAgeLines
* Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make libpurpleWilmer van der Gaast2009-10-11-1/+8
| | | | | happy.
* Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-4/+4
| | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL.
* Taught GLib-mode subprocesses how to die. (Closes: #374)Wilmer van der Gaast2008-03-22-2/+3
|
* Removed closure->result. I was planning to add some more stuff, but willWilmer van der Gaast2008-01-05-5/+5
| | | | | do that later.
* Fixed a broken call to set_get() (CRASH), shut up a compiler warning inWilmer van der Gaast2006-07-15-1/+4
| | | | | events_glib and now using the right evaluator for acc->"auto_reconnect".
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+137
protocols/, and adding RC4 code.