Method
ShumateVectorReaderIterget_feature_tag
Declaration [src]
gboolean
shumate_vector_reader_iter_get_feature_tag (
ShumateVectorReaderIter* self,
const char* key,
GValue* value
)
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. |