Method

IbisFeaturesclient_tag_denied

since: 0.6

Declaration [src]

gboolean
ibis_features_client_tag_denied (
  IbisFeatures* features,
  const char* tag
)

Description [src]

Query the CLIENTTAGDENY parameter from features.

See IBIS_FEATURE_CLIENTTAGDENY.

Available since: 0.6

Parameters

tag

Type: const char*

The tag to query.

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

Return value

Type: gboolean

TRUE if tag is a blocked client-only tag, otherwise FALSE.