summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
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);