summaryrefslogtreecommitdiff
path: root/src/client/ply-boot-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ply-boot-client.h')
-rw-r--r--src/client/ply-boot-client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/ply-boot-client.h b/src/client/ply-boot-client.h
index 43684ac4..0e9122c4 100644
--- a/src/client/ply-boot-client.h
+++ b/src/client/ply-boot-client.h
@@ -104,6 +104,10 @@ void ply_boot_client_tell_daemon_to_hide_splash (ply_boot_client_t
ply_boot_client_response_handler_t handler,
ply_boot_client_response_handler_t failed_handler,
void *user_data);
+void ply_boot_client_tell_daemon_to_deactivate (ply_boot_client_t *client,
+ ply_boot_client_response_handler_t handler,
+ ply_boot_client_response_handler_t failed_handler,
+ void *user_data);
void ply_boot_client_tell_daemon_to_quit (ply_boot_client_t *client,
bool retain_splash,
ply_boot_client_response_handler_t handler,