1 // SPDX-License-Identifier: GPL-2.0-or-later
2 #ifndef SEEN_SP_INTERFACE_H
3 #define SEEN_SP_INTERFACE_H
9 * Lauris Kaplinski <lauris@kaplinski.com>
10 * Frank Felfe <innerspace@iname.com>
12 * Kris De Gussem <Kris.DeGussem@gmail.com>
14 * Copyright (C) 2012 Kris De Gussem
15 * Copyright (C) 1999-2002 authors
16 * Copyright (C) 2001-2002 Ximian, Inc.
18 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
21 #include <glibmm/ustring.h>
25 void sp_ui_error_dialog(char const *message
);
26 bool sp_ui_overwrite_file(std::string
const &filename
);
28 Glib::ustring
getLayoutPrefPath(SPDesktop
*desktop
);
30 #endif // SEEN_SP_INTERFACE_H
35 c-file-style:"stroustrup"
36 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
41 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :