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:
xmlNode
The #xmlNode-struct.
The data is owned by the caller of the method. prop_name
-
Type:
gchar*
Property name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. prop_value
-
Type:
gchar*
Property value.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.