Function

Purplerequest_wait_progress

since: 3.0

Declaration [src]

void
purple_request_wait_progress (
  void* ui_handle,
  gfloat fraction
)

Description [src]

Notifies the “please wait” dialog about progress has been made.

Available since: 3.0

Parameters

ui_handle

Type: void*

The request UI handle.

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

Type: gfloat

The part of task that is done (between 0.0 and 1.0, inclusive).