diff options
Diffstat (limited to 'include/libimobiledevice/house_arrest.h')
| -rw-r--r-- | include/libimobiledevice/house_arrest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h index 31b6401..5a42838 100644 --- a/include/libimobiledevice/house_arrest.h +++ b/include/libimobiledevice/house_arrest.h | |||
| @@ -109,7 +109,7 @@ house_arrest_error_t house_arrest_client_free(house_arrest_client_t client); | |||
| 109 | * HOUSE_ARREST_E_INVALID_ARG if client or dict is invalid, | 109 | * HOUSE_ARREST_E_INVALID_ARG if client or dict is invalid, |
| 110 | * HOUSE_ARREST_E_PLIST_ERROR if dict is not a plist of type PLIST_DICT, | 110 | * HOUSE_ARREST_E_PLIST_ERROR if dict is not a plist of type PLIST_DICT, |
| 111 | * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, | 111 | * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, |
| 112 | * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. | 112 | * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred. |
| 113 | */ | 113 | */ |
| 114 | house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, plist_t dict); | 114 | house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, plist_t dict); |
| 115 | 115 | ||
| @@ -130,7 +130,7 @@ house_arrest_error_t house_arrest_send_request(house_arrest_client_t client, pli | |||
| 130 | * @return HOUSE_ARREST_E_SUCCESS if the command was successfully sent, | 130 | * @return HOUSE_ARREST_E_SUCCESS if the command was successfully sent, |
| 131 | * HOUSE_ARREST_E_INVALID_ARG if client, command, or appid is invalid, | 131 | * HOUSE_ARREST_E_INVALID_ARG if client, command, or appid is invalid, |
| 132 | * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, | 132 | * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, |
| 133 | * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. | 133 | * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred. |
| 134 | */ | 134 | */ |
| 135 | house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, const char *command, const char *appid); | 135 | house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, const char *command, const char *appid); |
| 136 | 136 | ||
| @@ -146,7 +146,7 @@ house_arrest_error_t house_arrest_send_command(house_arrest_client_t client, con | |||
| 146 | * @return HOUSE_ARREST_E_SUCCESS if a result plist was retrieved, | 146 | * @return HOUSE_ARREST_E_SUCCESS if a result plist was retrieved, |
| 147 | * HOUSE_ARREST_E_INVALID_ARG if client is invalid, | 147 | * HOUSE_ARREST_E_INVALID_ARG if client is invalid, |
| 148 | * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, | 148 | * HOUSE_ARREST_E_INVALID_MODE if the client is not in the correct mode, |
| 149 | * or HOUSE_ARREST_E_CONN_FAILED if a connection error occured. | 149 | * or HOUSE_ARREST_E_CONN_FAILED if a connection error occurred. |
| 150 | */ | 150 | */ |
| 151 | house_arrest_error_t house_arrest_get_result(house_arrest_client_t client, plist_t *dict); | 151 | house_arrest_error_t house_arrest_get_result(house_arrest_client_t client, plist_t *dict); |
| 152 | 152 | ||
