Signal

IbisClient::batch

since: 0.12

Declaration

gboolean
batch (
  IbisClient* self,
  IbisBatch* batch,
  gpointer user_data
)

Description [src]

Emitted when the server has finished sending a batch.

This signal supports details which is the IbisBatch:batch-type of the batch.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

The signal can be detailed
Available since: 0.12

Parameters

batch

Type: IbisBatch

The batch.

The data is owned by the caller of the function.

Return value

Type: gboolean

True to stop other handlers from being invoked; false otherwise.