Method
ShumateVectorReaderIterget_feature_tag
since: 1.2
Declaration [src]
gboolean
shumate_vector_reader_iter_get_feature_tag (
ShumateVectorReaderIter* self,
const char* key,
GValue* value
)
Parameters
key
-
Type:
const char*
The key of the tag to get.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
GValue
The value of the tag.
The argument will be set by the function. The returned data is owned by the instance.