Method

IbisFeaturesget_chantypes

since: 0.3

Declaration [src]

const char*
ibis_features_get_chantypes (
  IbisFeatures* features
)

Description [src]

Gets the CHANTYPES parameter from features.

See IBIS_FEATURE_CHANTYPES.

Available since: 0.3

Return value

Type: const char*

CHANTYPES or the default value of ‘#’ if not set.

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