JULEA
Data Fields
JBackgroundOperation Struct Reference

Data Fields

JBackgroundOperationFunc func
 
gpointer data
 
gpointer result
 
gboolean completed
 
GMutex mutex [1]
 
GCond cond [1]
 
gint ref_count
 

Detailed Description

A background operation.

Field Documentation

◆ completed

gboolean JBackgroundOperation::completed

Whether the background operation has finished.

◆ cond

GCond JBackgroundOperation::cond[1]

The condition for completed.

◆ data

gpointer JBackgroundOperation::data

User data to give to func.

◆ func

JBackgroundOperationFunc JBackgroundOperation::func

The function to execute in the background.

◆ mutex

GMutex JBackgroundOperation::mutex[1]

The mutex for completed.

◆ ref_count

gint JBackgroundOperation::ref_count

The reference count.

◆ result

gpointer JBackgroundOperation::result

The return value of func.


The documentation for this struct was generated from the following file: