Constructor
AravisDomDocumentnew_from_url
Declaration [src]
ArvDomDocument*
arv_dom_document_new_from_url (
const char* url,
GError** error
)
Parameters
url |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | ArvDomDocument |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |