mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 21:28:30 +02:00
Fix comments in gamemode_client.h
This commit is contained in:
@@ -58,9 +58,11 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
* -1 if the request failed
|
* -1 if the request failed
|
||||||
* -2 if the request was rejected
|
* -2 if the request was rejected
|
||||||
*
|
*
|
||||||
* int gamemode_query_status_for(pid_t pid) - Query the current status of gamemode for another
|
* int gamemode_query_status_for(pid_t pid) - Query status of gamemode for another process
|
||||||
* process 0 if gamemode is inactive 1 if gamemode is active 2 if gamemode is active and this client
|
* 0 if gamemode is inactive
|
||||||
* is registered -1 if the query failed
|
* 1 if gamemode is active
|
||||||
|
* 2 if gamemode is active and this client is registered
|
||||||
|
* -1 if the query failed
|
||||||
*
|
*
|
||||||
* const char* gamemode_error_string() - Get an error string
|
* const char* gamemode_error_string() - Get an error string
|
||||||
* returns a string describing any of the above errors
|
* returns a string describing any of the above errors
|
||||||
|
Reference in New Issue
Block a user