Method

ShumateVectorReaderIterget_feature_tag

Declaration [src]

gboolean
shumate_vector_reader_iter_get_feature_tag (
  ShumateVectorReaderIter* self,
  const char* key,
  GValue* value
)

Description [src]

Gets the value of the tag with the given key.

Available since:1.2

Parameters

key const char*
 

The key of the tag to get.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
value GValue
 

The value of the tag.

 The argument will be set by the function.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the tag was found, FALSE otherwise.