load_from_xml_data


Description:

[ Version ( since = "0.12.10" ) ]
public bool load_from_xml_data (Context context, string data) throws Error

Load metadata for this component from an XML string.

You normally do not want to use this method directly and instead use the more convenient API of Metadata to create and update components.

Parameters:

this

an Component instance.

context

an Context instance.

data

The XML data to load.

Returns:

true on success.




2022 vala-language.org