Method

IbisFeaturesget_maxlist

since: 0.3

Declaration [src]

const char*
ibis_features_get_maxlist (
  IbisFeatures* features
)

Description [src]

Gets the MAXLIST parameter from features.

See IBIS_FEATURE_MAXLIST.

Available since: 0.3

Return value

Type: const char*

MAXLIST or NULL if not set.

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