mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: window
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
be5dc944b3
commit
4f5fbed978
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void progress_window_set_max_fake_progress(ProgressWindow *window,
|
|||
|
||||
//! Update the progress to a given percentage. This will stop any further fake progress being shown
|
||||
//! the first time this is called. Note that setting progress to 100 is not the same as calling
|
||||
//! one of the progress_windw_set_result_* methods.
|
||||
//! one of the progress_window_set_result_* methods.
|
||||
void progress_window_set_progress(ProgressWindow *window, int16_t progress);
|
||||
|
||||
//! Tell the ProgressWindow it should animate in a way to show success. When the animation is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue