bookmarks.h 294 B

1234567
  1. // SPDX-FileCopyrightText: 2019-2022 Badwolf Authors <https://hacktivis.me/projects/badwolf>
  2. // SPDX-License-Identifier: MPL-2.0
  3. #include <gtk/gtk.h>
  4. GtkTreeModel *bookmarks_completion_init();
  5. void bookmarks_completion_setup(GtkEntryCompletion *location_completion, GtkTreeModel *tree_model);