1/* Copyright 2016 Software Freedom Conservancy Inc.
2 *
3 * This software is licensed under the GNU Lesser General Public License
4 * (version 2.1 or later).  See the COPYING file in this distribution.
5 */
6
7namespace Library {
8
9public void init() throws Error {
10    Library.TrashSidebarEntry.init();
11    Photo.develop_raw_photos_to_files = true;
12}
13
14public void terminate() {
15    Library.TrashSidebarEntry.terminate();
16}
17
18}
19
20