From 98e656f9ec06644f8ba023bcaec85709ab455ba9 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 22 May 2019 22:24:44 +0100 Subject: [PATCH] Clean up self explanatory comments --- daemon/gamemode.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/daemon/gamemode.h b/daemon/gamemode.h index fedef7b..434d657 100644 --- a/daemon/gamemode.h +++ b/daemon/gamemode.h @@ -151,17 +151,9 @@ void game_mode_free_gpu(GameModeGPUInfo **info); int game_mode_apply_gpu(const GameModeGPUInfo *info); int game_mode_get_gpu(GameModeGPUInfo *info); -/** - * Run the main D-BUS loop "forever" +/** gamemode-dbus.c + * Provides an API interface for using dbus */ void game_mode_context_loop(GameModeContext *context) __attribute__((noreturn)); - -/** - * Inhibit the screensaver - */ int game_mode_inhibit_screensaver(bool inhibit); - -/** - * Signal the ClientCount property has changed - */ void game_mode_client_count_changed(void); \ No newline at end of file