libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ afc_dictionary_free()

afc_error_t afc_dictionary_free ( char **  dictionary)

Frees up a char dictionary as returned by some AFC functions.

Parameters
dictionaryThe char array terminated by an empty string.
Returns
AFC_E_SUCCESS on success or an AFC_E_* error value.