Constructor

AravisDomDocumentnew_from_path

Declaration [src]

ArvDomDocument*
arv_dom_document_new_from_path (
  const char* path,
  GError** error
)

Description

No description available.

Parameters

path 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.