Mercurial > pidgin
view libpurple/purple-client.h @ 32268:29f1a6b07b9b
Try not to call purple_conversation_get_features a million times.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 08 Oct 2011 07:35:35 +0000 (2011-10-08) |
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