mirror of
https://github.com/google/pebble.git
synced 2025-05-24 12:14:53 +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
|
@ -78,7 +78,7 @@ ExpandableDialog *expandable_dialog_create_with_params(const char *dialog_name,
|
|||
//! Simple callback which closes the dialog when called
|
||||
void expandable_dialog_close_cb(ClickRecognizerRef recognizer, void *e_dialog);
|
||||
|
||||
//! Intializes an ExpandableDialog
|
||||
//! Initializes an ExpandableDialog
|
||||
//! @param expandable_dialog Pointer to an \ref ExpandableDialog
|
||||
//! param dialog_name The name to give the \ref ExpandableDialog
|
||||
void expandable_dialog_init(ExpandableDialog *expandable_dialog, const char *dialog_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue