JULEA
Typedefs | Functions
jbackground-operation.h File Reference
#include <glib.h>

Go to the source code of this file.

Typedefs

typedef struct JBackgroundOperation JBackgroundOperation
 
typedef gpointer(* JBackgroundOperationFunc) (gpointer)
 

Functions

JBackgroundOperationj_background_operation_new (JBackgroundOperationFunc func, gpointer data)
 
JBackgroundOperationj_background_operation_ref (JBackgroundOperation *background_operation)
 
void j_background_operation_unref (JBackgroundOperation *background_operation)
 
gpointer j_background_operation_wait (JBackgroundOperation *background_operation)