Name Description Size
Bookmarks.kt Enumeration of the ids of the roots of the bookmarks tree. There are 5 "roots" in the bookmark tree. The actual root (which has no parent), and it's 4 children (which have the actual root as their parent). You cannot delete or move any of these items. 10378
PlacesConnection.kt An implementation of a [PlacesManager] backed by a Rust Places library. This type, as well as all connection types, are thread safe (they perform locking internally where necessary). @param path an absolute path to a file that will be used for the internal database. 35094