Method

AgsFilexml_set_prop

since: 4.0.0

Declaration [src]

void
ags_file_xml_set_prop (
  AgsFile* file,
  xmlNode* node,
  gchar* prop_name,
  gchar* prop_value
)

Description [src]

Set property of node.

Available since: 4.0.0

Parameters

node

Type: xmlNode

The #xmlNode-struct.

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

Type: gchar*

Property name.

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

Type: gchar*

Property value.

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