Method

IbisBatchget_parent_tag

since: 0.12

Declaration [src]

const char*
ibis_batch_get_parent_tag (
  IbisBatch* batch
)

Description [src]

Gets the parent tag of the batch.

Available since: 0.12

Gets propertyIbis.Batch:parent-tag

Return value

Type: const char*

The reference tag of the parent batch if there is one.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.