mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-02 00:24:25 +08:00
obexd: Add offset parameter decription
Add offset parameter description for messages_get_messages_listing() function header
This commit is contained in:
parent
a558890eb4
commit
134bcbcc8d
@ -215,6 +215,7 @@ int messages_get_folder_listing(void *session, const char *name, uint16_t max,
|
||||
* session: Backend session.
|
||||
* name: Optional subdirectory name.
|
||||
* max: Maximum number of entries to retrieve.
|
||||
* offset: Offset of the first entry.
|
||||
* filter: Filter to apply on returned message listing.
|
||||
* size: Total size of listing to be returned.
|
||||
* newmsg: Indicates presence of unread messages.
|
||||
|
Loading…
Reference in New Issue
Block a user