Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 23384:76f7e2186c38
Plug the memory leak in the tooltip for menutrays properly. Thanks to
Andrea Visinoni for pointing at the bug.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 21 Jun 2008 16:32:51 +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