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 const char*
 

The content.

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