6 lines
299 B
C
Executable file
6 lines
299 B
C
Executable file
// SPDX-FileCopyrightText: 2019-2022 Badwolf Authors <https://hacktivis.me/projects/badwolf>
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
#include <gtk/gtk.h>
|
|
GtkTreeModel *bookmarks_completion_init();
|
|
void bookmarks_completion_setup(GtkEntryCompletion *location_completion, GtkTreeModel *tree_model);
|