libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ instproxy_status_get_current_list()

void instproxy_status_get_current_list ( plist_t  status,
uint64_t *  total,
uint64_t *  current_index,
uint64_t *  current_amount,
plist_t *  list 
)

Gets total and current item information from a browse response if available.

Parameters
statusThe dictionary status response to use.
totalPointer to store the total number of items.
current_indexPointer to store the current index of all browsed items.
current_amountPointer to store the amount of items in the current list.
listPointer to store a newly allocated plist with items. The caller is reponsible for freeing the list after use. If NULL is passed no list will be returned. If NULL is returned no list was found in the status.