Method

RestXmlNodeset_content

Declaration [src]

void
rest_xml_node_set_content (
  RestXmlNode* node,
  const char* value
)

Description [src]

Sets content for the given node.

Parameters

value

Type: const char*

The content.

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