mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: and
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0bef7743f6
commit
05d09de90b
3 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@ void property_animation_legacy2_init(struct PropertyAnimationLegacy2 *property_a
|
||||||
const struct PropertyAnimationLegacy2Implementation *implementation, void *subject,
|
const struct PropertyAnimationLegacy2Implementation *implementation, void *subject,
|
||||||
void *from_value, void *to_value);
|
void *from_value, void *to_value);
|
||||||
|
|
||||||
//! Creates a new PropertyAnimationLegacy2 on the heap and and initializes it with the specified
|
//! Creates a new PropertyAnimationLegacy2 on the heap and initializes it with the specified
|
||||||
//! values. The same defaults are used as with \ref animation_create().
|
//! values. The same defaults are used as with \ref animation_create().
|
||||||
//! If the `from_value` or the `to_value` is `NULL`, the getter accessor will be called to get the
|
//! If the `from_value` or the `to_value` is `NULL`, the getter accessor will be called to get the
|
||||||
//! current value of the property and be used instead.
|
//! current value of the property and be used instead.
|
||||||
|
|
|
@ -534,7 +534,7 @@ bool property_animation_to(PropertyAnimation *property_animation, void *to, size
|
||||||
// Implementing custom Property Animations
|
// Implementing custom Property Animations
|
||||||
//
|
//
|
||||||
|
|
||||||
//! Creates a new PropertyAnimation on the heap and and initializes it with the specified values.
|
//! Creates a new PropertyAnimation on the heap and initializes it with the specified values.
|
||||||
//! The same defaults are used as with \ref animation_create().
|
//! The same defaults are used as with \ref animation_create().
|
||||||
//! If the `from_value` or the `to_value` is `NULL`, the getter accessor will be called to get the
|
//! If the `from_value` or the `to_value` is `NULL`, the getter accessor will be called to get the
|
||||||
//! current value of the property and be used instead.
|
//! current value of the property and be used instead.
|
||||||
|
|
|
@ -308,7 +308,7 @@ VoiceSessionId voice_start_dictation(VoiceEndpointSessionType session_type) {
|
||||||
return s_session_id;
|
return s_session_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calling this will end the recording, disable the mic and and stop the audio transfer session. We
|
// Calling this will end the recording, disable the mic and stop the audio transfer session. We
|
||||||
// expect voice_handle_dictation_result to be called next with a dictation response
|
// expect voice_handle_dictation_result to be called next with a dictation response
|
||||||
void voice_stop_dictation(VoiceSessionId session_id) {
|
void voice_stop_dictation(VoiceSessionId session_id) {
|
||||||
mutex_lock(s_lock);
|
mutex_lock(s_lock);
|
||||||
|
|
Loading…
Add table
Reference in a new issue