Method

IdePageset_progress

Declaration

void
ide_page_set_progress (
  IdePage* self,
  IdeNotification* notification
)

Description

Set interactive progress for the page.

When the operation is completed, the caller shoudl call this method again and reutrn a value of NULL for notification.

Parameters

notification

Type: IdeNotification

An IdeNotification or NULL.

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