Mercurial > pidgin
view libpurple/purple-client.h @ 23585:d54e9afeac6a
Evan pointed out that this is purple_timeout_add_SECONDS, and so that "2"
is actually significant, and we could receive more oncoming SNACs
before the callback is triggered, and so it makes sense to wait a little
longer to increase the amount of coalescing.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 22 Jul 2008 06:23:54 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif