API Version: 3.0
Library Version: 3.0.0-devel
char* purple_markup_strip_html ( const char* str )
Strips HTML tags from a string.
str
const char*
The string to strip HTML from.
char*
The new string without HTML. You must g_free this string when finished with it.