瀏覽代碼

Clean up self explanatory comments

Marc Di Luzio 5 年之前
父節點
當前提交
98e656f9ec
共有 1 個文件被更改,包括 2 次插入10 次删除
  1. 2 10
      daemon/gamemode.h

+ 2 - 10
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);