mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: earliest
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ef22f1e4a9
commit
3237d40a97
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
//! @return \ref S_SUCCESS if the function succeeds, error code otherwise
|
//! @return \ref S_SUCCESS if the function succeeds, error code otherwise
|
||||||
status_t reminder_db_read_item(TimelineItem *item_out, TimelineItemId *id);
|
status_t reminder_db_read_item(TimelineItem *item_out, TimelineItemId *id);
|
||||||
|
|
||||||
//! Get the header of the earliest earliest \ref TimelineItem in the reminderdb
|
//! Get the header of the earliest \ref TimelineItem in the reminderdb
|
||||||
//! @param next_item_out pointer to a \ref TimelineItem (header only, no attributes or actions)
|
//! @param next_item_out pointer to a \ref TimelineItem (header only, no attributes or actions)
|
||||||
//! which will be set to the earliest item in reminderdb
|
//! which will be set to the earliest item in reminderdb
|
||||||
//! @return \ref S_NO_MORE_ITEMS if there are no items in reminderdb, S_SUCCESS on success,
|
//! @return \ref S_NO_MORE_ITEMS if there are no items in reminderdb, S_SUCCESS on success,
|
||||||
|
|
Loading…
Add table
Reference in a new issue