Method
PurpleXmlNoderemove_attrib_with_namespace
unstable since: 3.0
Declaration [src]
void
purple_xmlnode_remove_attrib_with_namespace (
PurpleXmlNode* node,
const char* attr,
const char* xmlns
)
Parameters
attr
-
Type:
const char*
The attribute to remove.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. xmlns
-
Type:
const char*
The namespace of the attribute to remove.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.