swu_client_release_updates()

Release any updates associated with a certain manifest ID

Synopsis:

#include <swu/UpdateClient.h>

swu_result_t swu_client_release_updates( 
                            swu_manifest_id_t id )

Arguments:

id
Manifest ID set in an earlier call to swu_client_create_updates().

Library:

libswu-core

Use the -l swu-core option with qcc to link against the SWU library. This library is usually included automatically.

Description:

Release any updates associated with the manifest ID specified in id.

Returns:

One of the following swu_result_t values:

SWU_RESULT_SUCCESS
The operation succeeded.
SWU_RESULT_NOT_INITIALIZED
The library hasn't been initialized yet.
SWU_RESULT_ERROR
Another error occurred.