Method

AravisGcFeatureNodeget_value_as_string

Declaration [src]

const char*
arv_gc_feature_node_get_value_as_string (
  ArvGcFeatureNode* gc_feature_node
  GError** error
)

Description [src]

Retrieve the node value a string.

Please note the string content is still owned by the node object, which means the returned pointer may not be still valid after a new call to this function.

Return value

Returns: const char*
 

A string representation of the node value, NULL if not applicable.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.