Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 31683:b678afdc2b8f
When a jabber identity is added or removed, the caps_hash that would be created changes; uncache it so that it is recalculated as appropriate.
applied changes from 72a1ab897368e57934b7b5d2e58e897e679efabe
through 4bb0587b181457c9971826f9a448bdbcdab4a9cf
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Mon, 21 Feb 2011 00:17:36 +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