summaryrefslogtreecommitdiffstats
path: root/src/io/open_file.h
blob: 5da25f88eedb8b5f4c8676b1973ae2e267684a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * File operations (independent of GUI)
 *
 * Copyright (C) 2018 Tavmjong Bah
 *
 * The contents of this file may be used under the GNU General Public License Version 2 or later.
 *
 */

SPDocument* open_file(const Glib::RefPtr<Gio::File>& file = Glib::RefPtr<Gio::File>());