mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: actionable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a5ba1d6026
commit
6d23cc16b3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void actionable_dialog_init(ActionableDialog *actionable_dialog, const char *dia
|
||||||
Dialog *actionable_dialog_get_dialog(ActionableDialog *actionable_dialog);
|
Dialog *actionable_dialog_get_dialog(ActionableDialog *actionable_dialog);
|
||||||
|
|
||||||
//! Sets the type of action bar to used to one of the pre-defined types or a custom one.
|
//! Sets the type of action bar to used to one of the pre-defined types or a custom one.
|
||||||
//! @param actionable_dialog Pointer to a \ref ActioanbleDialog whom which to set
|
//! @param actionable_dialog Pointer to a \ref ActionableDialog whom which to set
|
||||||
//! @param action_bar_type The type of action bar to give the passed dialog
|
//! @param action_bar_type The type of action bar to give the passed dialog
|
||||||
//! @param action_bar Pointer to an \ref ActionBarLayer to assign to the dialog
|
//! @param action_bar Pointer to an \ref ActionBarLayer to assign to the dialog
|
||||||
//! @note: The pointer to an \ref ActionBarLayer is optional and only required when the
|
//! @note: The pointer to an \ref ActionBarLayer is optional and only required when the
|
||||||
|
|
Loading…
Add table
Reference in a new issue