Method
IbisFeaturesget_boolean
since: 0.3
Declaration [src]
gboolean
ibis_features_get_boolean (
IbisFeatures* features,
const char* parameter
)
Description [src]
Gets the value of a boolean 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().
A parameter is considered boolean if it was advertised by the server without specifying a value.
Available since: 0.3