Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 23250:228d576a7dd7
Modified patch from Dylan Simon (dylex) to improve
purple_markup_html_to_xhtml. This should allow having blank spaces in all
attributes (e.g. in src=, alt= etc.), or having non-quoted attribute
values (e.g., <font color=green>..).
Closes #5616.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 30 May 2008 01:51:43 +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