Method

IbisStandardReplyis_type

since: 0.8

Declaration [src]

gboolean
ibis_standard_reply_is_type (
  IbisStandardReply* reply,
  const char* type
)

Description [src]

Checks if the type of reply is type.

Available since: 0.8

Parameters

type

Type: const char*

The type to check.

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 the type of reply is type.