mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
fix the docs on the output.get_name() lua function
This commit is contained in:
parent
63109e07da
commit
7cd6415a75
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ pub fn get_description(L: *zlua.Lua) i32 {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// ---Get the description for the output
|
/// ---Get the name of the output
|
||||||
/// ---@param output_id output_id 0 maps to focused output
|
/// ---@param output_id output_id 0 maps to focused output
|
||||||
/// ---@return stirng
|
/// ---@return stirng
|
||||||
pub fn get_name(L: *zlua.Lua) i32 {
|
pub fn get_name(L: *zlua.Lua) i32 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue