Method
AravisXmlSchemavalidate
Declaration [src]
gboolean
arv_xml_schema_validate (
ArvXmlSchema* schema,
void* xml,
size_t size,
int* line,
int* column,
GError** error
)
Parameters
xml |
void* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
size |
size_t |
No description available. | |
line |
int* |
No description available. | |
The data is owned by the caller of the function. | |
column |
int* |
No description available. | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |