Method

PurpleXmlNoderemove_attrib

since: 3.0

Declaration [src]

void
purple_xmlnode_remove_attrib (
  PurpleXmlNode* node,
  const char* attr
)

Description [src]

Removes an attribute from a node.

Available since: 3.0

Parameters

attr

Type: const char*

The attribute to remove.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.