1 /*
2  * Copyright (C) 2018, Matthias Clasen
3  *
4  * This file is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as
6  * published by the Free Software Foundation, version 3.0 of the
7  * License.
8  *
9  * This file is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
16  *
17  * SPDX-License-Identifier: LGPL-3.0-only
18  */
19 
20 #pragma once
21 
22 #include <libportal/portal-enums.h>
23 #include <libportal/account.h>
24 #include <libportal/background.h>
25 #include <libportal/camera.h>
26 #include <libportal/email.h>
27 #include <libportal/filechooser.h>
28 #include <libportal/inhibit.h>
29 #include <libportal/location.h>
30 #include <libportal/notification.h>
31 #include <libportal/openuri.h>
32 #include <libportal/parent.h>
33 #include <libportal/print.h>
34 #include <libportal/remote.h>
35 #include <libportal/screenshot.h>
36 #include <libportal/spawn.h>
37 #include <libportal/trash.h>
38 #include <libportal/types.h>
39 #include <libportal/updates.h>
40 #include <libportal/wallpaper.h>
41