mirror of
https://github.com/google/pebble.git
synced 2025-06-15 14:13:11 +00:00
spelling: initializes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cf9a5cb367
commit
e63c8c0b83
10 changed files with 10 additions and 10 deletions
|
@ -136,7 +136,7 @@ typedef struct ActionBarLayerLegacy2 {
|
|||
//! @param action_bar The action bar to initialize
|
||||
void action_bar_layer_legacy2_init(ActionBarLayerLegacy2 *action_bar);
|
||||
|
||||
//! Creates a new ActionBarLayerLegacy2 on the heap and initalizes it with the default values.
|
||||
//! Creates a new ActionBarLayerLegacy2 on the heap and initializes it with the default values.
|
||||
//! * Background color: \ref GColorBlack
|
||||
//! * No click configuration provider (`NULL`)
|
||||
//! * No icons
|
||||
|
|
|
@ -45,7 +45,7 @@ struct AnimationLegacy2Implementation;
|
|||
struct AnimationLegacy2Handlers;
|
||||
|
||||
|
||||
//! Creates a new AnimationLegacy2 on the heap and initalizes it with the default values.
|
||||
//! Creates a new AnimationLegacy2 on the heap and initializes it with the default values.
|
||||
//!
|
||||
//! * Duration: 250ms,
|
||||
//! * Curve: \ref AnimationCurveEaseInOut (ease-in-out),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue