Function

Grloperation_set_data

Declaration [src]

void
grl_operation_set_data (
  guint operation_id,
  gpointer user_data
)

Description [src]

Attach a pointer to the specific operation.

Parameters

operation_id

Type: guint

The identifier of a running operation.

user_data

Type: gpointer

The data to attach.

The argument can be NULL.
The data is owned by the caller of the function.