summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-22 12:53:04 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-22 12:53:04 +0300
commitcb394df2956b5a24ea3e179bdfa313ff959f407c (patch)
treed9bd7e7d34f0fcc4ea857203bb2fc20e616b7601 /src/bookmarks.h
parent704e51e7812fe2436ef729499a76d99b8b204a43 (diff)
Cleanup
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r--src/bookmarks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h
index 9344b603..a3269a59 100644
--- a/src/bookmarks.h
+++ b/src/bookmarks.h
@@ -64,7 +64,7 @@ typedef int (*iBookmarksCompareFunc)(const iBookmark **, const iBookmark **);
64 * returned list is sorted by descending creation time. 64 * returned list is sorted by descending creation time.
65 * 65 *
66 * @return Collected array of bookmarks. Caller does not get ownership of the 66 * @return Collected array of bookmarks. Caller does not get ownership of the
67 * list or the bookmarks. 67 * listed bookmarks.
68 */ 68 */
69const iPtrArray *list_Bookmarks(const iBookmarks *, iBookmarksFilterFunc filter, 69const iPtrArray *list_Bookmarks(const iBookmarks *, iBookmarksFilterFunc filter,
70 iBookmarksCompareFunc cmp); 70 iBookmarksCompareFunc cmp);