libimobiledevice  1.4.0
API Documentation - Return to Homepage

◆ mobile_image_mounter_query_personalization_manifest()

LIBIMOBILEDEVICE_API mobile_image_mounter_error_t mobile_image_mounter_query_personalization_manifest ( mobile_image_mounter_client_t client,
const char * image_type,
const unsigned char * signature,
unsigned int signature_size,
unsigned char ** manifest,
unsigned int * manifest_size )
Parameters
clientThe connected mobile_image_mounter client.
image_typeThe image_type to get the personalization identifiers for. Can be NULL.
signatureThe signature of the corresponding personalized image.
signature_sizeThe size of signature.
manifestPointer that will be set to an allocated buffer with the manifest data.
manifest_sizePointer to an unsigned int that will be set to the size of the manifest data.
Returns
MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or a MOBILE_IMAGE_MOUNTER_E_* error code on error.