Function

Grloperation_get_data

Declaration [src]

gpointer
grl_operation_get_data (
  guint operation_id
)

Description [src]

Obtains the previously attached data.

Parameters

operation_id

Type: guint

The identifier of a running operation.

Return value

Type: gpointer

The previously attached data.

The data is owned by the called function.
The return value can be NULL.