aboutsummaryrefslogtreecommitdiffstats
path: root/src/app_launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_launcher.h')
-rw-r--r--src/app_launcher.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app_launcher.h b/src/app_launcher.h
index 789f091..bfbe281 100644
--- a/src/app_launcher.h
+++ b/src/app_launcher.h
@@ -18,6 +18,8 @@
#define APPLAUNCHER_H
#include <glib-object.h>
+#include <systemd/sd-bus.h>
+#include <systemd/sd-event.h>
#include "applaunch-dbus.h"
#include "app_info.h"
@@ -32,6 +34,8 @@ G_DECLARE_FINAL_TYPE(AppLauncher, app_launcher, APPLAUNCHD, APP_LAUNCHER,
AppLauncher *app_launcher_get_default(void);
AppInfo *app_launcher_get_app_info(AppLauncher *self, const gchar *app_id);
+sd_bus *app_launcher_get_bus(AppLauncher *self);
+sd_event *app_launcher_get_event(AppLauncher *self);
G_END_DECLS