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
)
Parameters
node-
Type:
xmlNodeThe #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.