summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/restore.h
AgeCommit message (Collapse)AuthorFilesLines
2019-09-25restore: Update error codes and properly convert underlying ↵Gravatar Nikias Bassen1-7/+4
property_list_service errors
2015-01-28Update copyright of public headersGravatar Martin Szulecki1-0/+1
2014-10-05Convert int16_t macro error types into enum to improve debugging/type-checkingGravatar Martin Szulecki1-16/+13
This simple change provides various benefits for developers like compile time errors, better auto-completition in editors and the ability of a debugger to show the constant instead of just the raw value. Thanks to Aaron Burghardt for the proposal.
2014-10-05restore: Correct wrong error names in @return doc commentsGravatar Martin Szulecki1-10/+10
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-0/+110
Conflicts: include/libimobiledevice/afc.h
2013-02-27Make all "include guards" for all headers consistentGravatar Martin Szulecki1-2/+2
2012-04-08restore: Add note that service API is only available for restore mode devicesGravatar Martin Szulecki1-0/+1
2012-03-08restored: Add restored_query_value() to query for values in restore modeGravatar Martin Szulecki1-0/+1
2012-01-11restored: allow passing options to restored_start_restore()Gravatar Nikias Bassen1-1/+1
2010-06-05Added function to fetch device values from the QueryType responseGravatar Joshua Hill1-0/+1
2010-05-25Update brief documentation to be consistent and easier to understandGravatar Martin Szulecki1-1/+1
2010-05-19Implement restored APIGravatar Martin Szulecki1-0/+71