src/protocols/zephyr/init_et.c

Tue, 20 Jun 2006 08:17:49 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 20 Jun 2006 08:17:49 +0000
changeset 13844
835b8f7b3d1d
parent 11105
842fa517e08c
permissions
-rw-r--r--

[gaim-migrate @ 16295]
Hopefully improve the typing notification code so it's a lot easier
to understand. This also creates a distinction between the signals
emitted when receiving GAIM_TYPED and GAIM_NOT_TYPING messages
(by adding a gaim-typed signal). And the gaim-not-typing signal
should work in all cases.

Most of this is stuff I changed last week during work, thanks to
Meebo

/*
 * Copyright 1986, 1987, 1988 by MIT Information Systems and
 *	the MIT Student Information Processing Board.
 *
 * For copyright info, see mit-sipb-copyright.h.
 */

#include <sysdep.h>

extern struct et_list * _et_list;

mercurial