Constructor

AravisXmlSchemanew_from_memory

Declaration [src]

ArvXmlSchema*
arv_xml_schema_new_from_memory (
  const char* buffer,
  size_t size
)

Description

No description available.

Parameters

buffer

Type: const char*

No description available.

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

Type: size_t

No description available.

Return value

Type: ArvXmlSchema

No description available.

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