Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 23270:551a42212b56
Keep track of available messages as HTML not plain text. This fixes
a recent bug where available messages weren't being escaped when
displayed in the status text
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 02 Jun 2008 09:39:32 +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