|
| bool | sol_update_cancel (struct sol_update_handle *handle) |
| | Cancel an ongoing check, fetch or install task. More...
|
| |
| struct sol_update_handle * | sol_update_check (void(*cb)(void *data, int status, const struct sol_update_info *response), const void *data) |
| | Check if there's an update to get. More...
|
| |
| struct sol_update_handle * | sol_update_fetch (void(*cb)(void *data, int status), const void *data, bool resume) |
| | Fetch update, so it can be installed later wit sol_update_install. More...
|
| |
| int | sol_update_get_progress (struct sol_update_handle *handle) |
| | Get progress of given update task. More...
|
| |
| struct sol_update_handle * | sol_update_install (void(*cb)(void *data, int status), const void *data) |
| | Install update. More...
|
| |
Routines to update a Soletta app.
Provide way to check, fetch and install updates