|
JULEA
|
#include <glib.h>Go to the source code of this file.
Typedefs | |
| typedef struct JBackgroundOperation | JBackgroundOperation |
| typedef gpointer(* | JBackgroundOperationFunc) (gpointer) |
Functions | |
| JBackgroundOperation * | j_background_operation_new (JBackgroundOperationFunc func, gpointer data) |
| JBackgroundOperation * | j_background_operation_ref (JBackgroundOperation *background_operation) |
| void | j_background_operation_unref (JBackgroundOperation *background_operation) |
| gpointer | j_background_operation_wait (JBackgroundOperation *background_operation) |