summaryrefslogtreecommitdiffstats
path: root/lib/gnome-software.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnome-software.h')
-rw-r--r--lib/gnome-software.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/gnome-software.h b/lib/gnome-software.h
new file mode 100644
index 0000000..4ceeda1
--- /dev/null
+++ b/lib/gnome-software.h
@@ -0,0 +1,24 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
+ * vi:set noexpandtab tabstop=8 shiftwidth=8:
+ *
+ * Copyright (C) 2016 Richard Hughes <richard@hughsie.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#pragma once
+
+#ifndef I_KNOW_THE_GNOME_SOFTWARE_API_IS_SUBJECT_TO_CHANGE
+#error You have to define I_KNOW_THE_GNOME_SOFTWARE_API_IS_SUBJECT_TO_CHANGE
+#endif
+
+#include <gs-app.h>
+#include <gs-app-list.h>
+#include <gs-app-collation.h>
+#include <gs-autocleanups.h>
+#include <gs-category.h>
+#include <gs-metered.h>
+#include <gs-os-release.h>
+#include <gs-plugin.h>
+#include <gs-plugin-vfuncs.h>
+#include <gs-utils.h>