Method

AgsFileset_xml_doc

since: 3.6.17

Declaration [src]

void
ags_file_set_xml_doc (
  AgsFile* file,
  xmlDoc* xml_doc
)

Description [src]

Set xml_doc of file.

Available since: 3.6.17

Sets propertyAgs.File:xml-doc

Parameters

xml_doc

Type: xmlDoc

The #xmlDoc-struct.

The instance takes ownership of the data, and is responsible for freeing it.