libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobile_image_mounter_query_personalization_identifiers()

LIBIMOBILEDEVICE_API mobile_image_mounter_error_t mobile_image_mounter_query_personalization_identifiers ( mobile_image_mounter_client_t  client,
const char *  image_type,
plist_t *  result 
)

Query personalization identitifers for the given image_type.

Parameters
clientThe connected mobile_image_mounter client.
image_typeThe image_type to get the personalization identifiers for. Can be NULL.
resultA pointer to a plist_t that will be set to the resulting identifier dictionary.
Returns
MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or a MOBILE_IMAGE_MOUNTER_E_* error code on error.