summaryrefslogtreecommitdiff
path: root/system-helper/flatpak-system-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'system-helper/flatpak-system-helper.h')
-rw-r--r--system-helper/flatpak-system-helper.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/system-helper/flatpak-system-helper.h b/system-helper/flatpak-system-helper.h
new file mode 100644
index 00000000..12a0b170
--- /dev/null
+++ b/system-helper/flatpak-system-helper.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright © 2021 Collabora Ltd.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef __FLATPAK_SYSTEM_HELPER_H__
+#define __FLATPAK_SYSTEM_HELPER_H__
+
+#define FLATPAK_SYSTEM_HELPER_BUS_NAME "org.freedesktop.Flatpak.SystemHelper"
+#define FLATPAK_SYSTEM_HELPER_PATH "/org/freedesktop/Flatpak/SystemHelper"
+#define FLATPAK_SYSTEM_HELPER_INTERFACE FLATPAK_SYSTEM_HELPER_BUS_NAME
+
+#endif