libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ sbservices_set_icon_state()

sbservices_error_t sbservices_set_icon_state ( sbservices_client_t  client,
plist_t  newstate 
)

Sets the icon state of the connected device.

Parameters
clientThe connected sbservices client to use.
newstateA plist containing the new iconstate.
Returns
SBSERVICES_E_SUCCESS on success, SBSERVICES_E_INVALID_ARG when client or newstate is NULL, or an SBSERVICES_E_* error code otherwise.