Method
PurpleXmlNodeget_attrib
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_xmlnode_get_attrib (
const PurpleXmlNode* node,
const char* attr
)
[−]
Parameters
attr
-
Type:
const char*
The attribute to get.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: const char*
The value of the attribute.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |