diff --git a/kitty/fast_data_types.pyi b/kitty/fast_data_types.pyi index b3ef93e2d..fb7779286 100644 --- a/kitty/fast_data_types.pyi +++ b/kitty/fast_data_types.pyi @@ -1570,7 +1570,7 @@ def set_os_window_pos(os_window_id: int, x: int, y: int) -> None: def get_all_processes() -> Tuple[int, ...]: pass -def get_monitor_names() -> tuple[tuple[str, str], ...]: ... +def glfw_get_monitor_names() -> tuple[tuple[str, str], ...]: ... def num_users() -> int: pass