Method

AgsFilexml_set_content

since: 4.0.0

Declaration [src]

void
ags_file_xml_set_content (
  AgsFile* file,
  xmlNode* node,
  gchar* content,
  gboolean is_cdata
)

Description [src]

Set content of node.

Available since: 4.0.0

Parameters

node

Type: xmlNode

The #xmlNode-struct.

The data is owned by the caller of the function.
content

Type: gchar*

The content.

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

Type: gboolean

If content is CDATA.