mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
daemon: fix typo in Game.Executable dbus property
Fix spelling for the 'Executable' property in the interface com.feralinteractive.GameMode.Game.
This commit is contained in:
parent
02ad53584d
commit
9075829526
@ -468,7 +468,7 @@ static const sd_bus_vtable game_vtable[] = {
|
|||||||
SD_BUS_VTABLE_START(0),
|
SD_BUS_VTABLE_START(0),
|
||||||
SD_BUS_PROPERTY("ProcessId", "i", game_object_get_process_id, 0,
|
SD_BUS_PROPERTY("ProcessId", "i", game_object_get_process_id, 0,
|
||||||
SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
|
SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
|
||||||
SD_BUS_PROPERTY("Exectuable", "s", game_object_get_executable, 0,
|
SD_BUS_PROPERTY("Executable", "s", game_object_get_executable, 0,
|
||||||
SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
|
SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
|
||||||
SD_BUS_VTABLE_END
|
SD_BUS_VTABLE_END
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user