Method
IdeTransfercreate_notification
Description
Creates a new IdeNotification
that is updated with the progress
of the IdeTransfer
. This is useful when you need to bridge an
IdeTransfer
into something that can be displayed to the user.
If the transfer has completed, NULL
is returned.
Return value
Type: IdeNotification
An IdeNotification
or NULL
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |