Function
Purplemarkup_get_tag_name
since: 2.0
Declaration [src]
char*
purple_markup_get_tag_name (
const char* tag
)
Description [src]
Returns a newly allocated string containing the name of the tag located at “tag”. Tag is expected to point to a ‘<’, and contain a ‘>’ sometime after that. If there is no ‘>’ and the string is not NUL terminated, this function can be expected to segfault.
Available since: 2.0