Method

AravisDomElementget_attribute

Declaration [src]

const char*
arv_dom_element_get_attribute (
  ArvDomElement* self,
  const char* name
)

Description

No description available.

Parameters

name const char*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: const char*
  No description available.
 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.