23#ifndef JULEA_BATCH_INTERNAL_H
24#define JULEA_BATCH_INTERNAL_H
26#if !defined(JULEA_H) && !defined(JULEA_COMPILATION)
27#error "Only <julea.h> can be included directly."
54G_GNUC_INTERNAL
JBatch* j_batch_new_from_batch(
JBatch* batch);
68G_GNUC_INTERNAL
JList* j_batch_get_operations(
JBatch* batch);
82G_GNUC_INTERNAL gboolean j_batch_execute_internal(
JBatch* batch);