JULEA
|
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 JBatch * | j_batch_new (JSemantics *semantics) |
JBatch * | j_batch_new_for_template (JSemanticsTemplate template) |
JBatch * | j_batch_ref (JBatch *batch) |
void | j_batch_unref (JBatch *batch) |
JSemantics * | j_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) |