mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-25 08:53:06 +02:00
daemon: small fix for code comments
Comments were not reflecting the what they were describing.
This commit is contained in:
parent
b513bc65ae
commit
b7dc1dc10c
@ -169,7 +169,7 @@ static int method_unregister_game_by_pid(sd_bus_message *m, void *userdata,
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the QueryStatus D-BUS Method
|
||||
* Handles the QueryStatusByPID D-BUS Method
|
||||
*/
|
||||
static int method_query_status_by_pid(sd_bus_message *m, void *userdata,
|
||||
__attribute__((unused)) sd_bus_error *ret_error)
|
||||
@ -188,8 +188,9 @@ static int method_query_status_by_pid(sd_bus_message *m, void *userdata,
|
||||
|
||||
return sd_bus_reply_method_return(m, "i", status);
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the Active D-BUS Method
|
||||
* Handles the ClientCount D-BUS Property
|
||||
*/
|
||||
static int property_get_client_count(sd_bus *local_bus, const char *path, const char *interface,
|
||||
const char *property, sd_bus_message *reply, void *userdata,
|
||||
|
Loading…
x
Reference in New Issue
Block a user