Clean up self explanatory comments

This commit is contained in:
Marc Di Luzio 2019-05-22 22:24:44 +01:00
parent 1b78d0dcf7
commit 98e656f9ec

View File

@ -151,17 +151,9 @@ void game_mode_free_gpu(GameModeGPUInfo **info);
int game_mode_apply_gpu(const GameModeGPUInfo *info); int game_mode_apply_gpu(const GameModeGPUInfo *info);
int game_mode_get_gpu(GameModeGPUInfo *info); int game_mode_get_gpu(GameModeGPUInfo *info);
/** /** gamemode-dbus.c
* Run the main D-BUS loop "forever" * Provides an API interface for using dbus
*/ */
void game_mode_context_loop(GameModeContext *context) __attribute__((noreturn)); void game_mode_context_loop(GameModeContext *context) __attribute__((noreturn));
/**
* Inhibit the screensaver
*/
int game_mode_inhibit_screensaver(bool inhibit); int game_mode_inhibit_screensaver(bool inhibit);
/**
* Signal the ClientCount property has changed
*/
void game_mode_client_count_changed(void); void game_mode_client_count_changed(void);