Method

IbisFeaturesget_casemapping

since: 0.3

Declaration [src]

const char*
ibis_features_get_casemapping (
  IbisFeatures* features
)

Description [src]

Gets the CASEMAPPING parameter from features.

See IBIS_FEATURE_CASEMAPPING.

Available since: 0.3

Return value

Type: const char*

CASEMAPPING or NULL if not set.

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