Function

Grl-0.3Grloperation_set_data_fullSince 0.2.7

  • Attach a pointer to the specific operation.

    Note that the destroy_func callback is not called if user_data is null.

    Parameters

    • operation_id: number

      the identifier of a running operation

    • Optionaluser_data: any

      the data to attach

    • Optionaldestroy_func: DestroyNotify

      function to release user_data when the operation terminates

    Returns void

    0.2.7