JULEA
Data Structures | Typedefs | Functions
Operation

Data Structures

struct  JOperation
 

Typedefs

typedef gboolean(* JOperationExecFunc) (JList *, JSemantics *)
 
typedef void(* JOperationFreeFunc) (gpointer)
 
typedef struct JOperation JOperation
 

Functions

JOperationj_operation_new (void)
 

Detailed Description

Typedef Documentation

◆ JOperation

typedef struct JOperation JOperation

◆ JOperationExecFunc

typedef gboolean(* JOperationExecFunc) (JList *, JSemantics *)

◆ JOperationFreeFunc

typedef void(* JOperationFreeFunc) (gpointer)

Function Documentation

◆ j_operation_new()

JOperation * j_operation_new ( void  )

Creates a new operation.

Returns
A new operation. Should be freed with j_operation_free().