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*

The MAXLIST if it was set.

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