mirror of https://github.com/google/pebble
spelling: deinitialize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2b8a8dcfdd
commit
2f60d53f62
|
@ -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…
Reference in New Issue