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
)
Parameters
node
-
Type:
xmlNode
The #xmlNode-struct.
The data is owned by the caller of the method. content
-
Type:
gchar*
The content.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. is_cdata
-
Type:
gboolean
If content is CDATA.