API Version: 3.0
Library Version: 2.90.0
Generated by gi-docgen 2024.1
since: 2.0
char* purple_markup_strip_html ( const char* str )
Strips HTML tags from a string.
Available since: 2.0
str
Type: const char*
const char*
The string to strip HTML from.
Type: char*
char*
The new string without HTML. You must g_free this string when finished with it.