Method
IbisFeaturesget_prefix_prefixes
since: 0.8
Declaration [src]
const char*
ibis_features_get_prefix_prefixes (
IbisFeatures* features
)
Description [src]
Gets the prefixes portion of the prefix feature.
This is a synthetic feature that isn’t defined by any specification.
Available since: 0.8
Return value
Type: const char*
The prefixes portion of IBIS_FEATURE_PREFIX
.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |