Method

IbisFeaturesget_string

since: 0.3

Declaration [src]

const char*
ibis_features_get_string (
  IbisFeatures* features,
  const char* parameter
)

Description [src]

Gets the value of a string parameter.

Use this function to obtain the value of a parameter which is not covered by any of the properties of the IbisFeatures class but was parsed from an IbisMessage using ibis_features_parse().

Available since: 0.3

Parameters

parameter

Type: const char*

A parameter name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: const char*

The value of the parameter or NULL if it does not exist or is not an string parameter.

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