JULEA
Typedefs | Functions
jbatch.h File Reference
#include <glib.h>
#include <core/joperation.h>
#include <core/jsemantics.h>

Go to the source code of this file.

Typedefs

typedef struct JBatch JBatch
 
typedef void(* JBatchAsyncCallback) (JBatch *, gboolean, gpointer)
 

Functions

G_END_DECLS G_BEGIN_DECLS JBatchj_batch_new (JSemantics *semantics)
 
JBatchj_batch_new_for_template (JSemanticsTemplate template)
 
JBatchj_batch_ref (JBatch *batch)
 
void j_batch_unref (JBatch *batch)
 
JSemanticsj_batch_get_semantics (JBatch *batch)
 
gboolean j_batch_execute (JBatch *batch) G_GNUC_WARN_UNUSED_RESULT
 
void j_batch_execute_async (JBatch *batch, JBatchAsyncCallback callback, gpointer user_data)
 
void j_batch_wait (JBatch *batch)