shell: Add helpers to start/stop systemd units

These just send the respective DBus message to the systemd user service.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/680
This commit is contained in:
Carlos Garnacho
2019-08-15 13:22:24 +02:00
committed by Carlos Garnacho
parent 6dccbc5a90
commit 9194de8460
2 changed files with 66 additions and 0 deletions

View File

@@ -59,6 +59,13 @@ cairo_surface_t * shell_util_composite_capture_images (ClutterCapture *captures
void shell_util_check_cloexec_fds (void);
gboolean shell_util_start_systemd_unit (const char *unit,
const char *mode,
GError **error);
gboolean shell_util_stop_systemd_unit (const char *unit,
const char *mode,
GError **error);
G_END_DECLS
#endif /* __SHELL_UTIL_H__ */