Method

IbisClientget_prefix_for_mode

since: 0.12

Declaration [src]

char
ibis_client_get_prefix_for_mode (
  IbisClient* client,
  char mode
)

Description [src]

Gets the prefix for the given mode.

This is a helper method that calls ibis_features_get_prefix_for_mode() using IbisClient:features.

Available since: 0.12

Parameters

mode

Type: char

The mode.

Return value

Type: char

The prefix if found, otherwise \0.