dotfiles from arch

This commit is contained in:
2025-09-28 11:39:12 +02:00
parent 75885729cd
commit d1c6923bbb
1358 changed files with 575835 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---@meta
---@source System.dll
---@class System.Windows.Input.ICommand
---@source System.dll
---@field CanExecuteChanged System.EventHandler
---@source System.dll
CS.System.Windows.Input.ICommand = {}
---@source System.dll
---@param value System.EventHandler
function CS.System.Windows.Input.ICommand.add_CanExecuteChanged(value) end
---@source System.dll
---@param value System.EventHandler
function CS.System.Windows.Input.ICommand.remove_CanExecuteChanged(value) end
---@source System.dll
---@param parameter object
---@return Boolean
function CS.System.Windows.Input.ICommand.CanExecute(parameter) end
---@source System.dll
---@param parameter object
function CS.System.Windows.Input.ICommand.Execute(parameter) end