mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: deinitialize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2b8a8dcfdd
commit
2f60d53f62
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ void app_menu_data_source_init(AppMenuDataSource *source,
|
||||||
const AppMenuDataSourceCallbacks *handlers,
|
const AppMenuDataSourceCallbacks *handlers,
|
||||||
void *callback_context);
|
void *callback_context);
|
||||||
|
|
||||||
//! Deinitalize the AppMenuDataSource
|
//! Deinitialize the AppMenuDataSource
|
||||||
void app_menu_data_source_deinit(AppMenuDataSource *source);
|
void app_menu_data_source_deinit(AppMenuDataSource *source);
|
||||||
|
|
||||||
//! Will load the icons for each `AppMenuNode`. Will automatically be unloaded when
|
//! Will load the icons for each `AppMenuNode`. Will automatically be unloaded when
|
||||||
|
|
Loading…
Add table
Reference in a new issue