| 
    JULEA
    
   | 
 
Data Fields | |
| JBackgroundOperationFunc | func | 
| gpointer | data | 
| gpointer | result | 
| gboolean | completed | 
| GMutex | mutex [1] | 
| GCond | cond [1] | 
| gint | ref_count | 
A background operation.
| gboolean JBackgroundOperation::completed | 
Whether the background operation has finished.
| GCond JBackgroundOperation::cond[1] | 
The condition for completed.
| gpointer JBackgroundOperation::data | 
User data to give to func. 
| JBackgroundOperationFunc JBackgroundOperation::func | 
The function to execute in the background.
| GMutex JBackgroundOperation::mutex[1] | 
The mutex for completed.
| gint JBackgroundOperation::ref_count | 
The reference count.
| gpointer JBackgroundOperation::result | 
The return value of func.