mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-08-05 19:50:46 +02:00
20 lines
329 B
JSON
20 lines
329 B
JSON
[
|
|
{
|
|
"namespace": "windowHandler",
|
|
"functions": [
|
|
{
|
|
"name": "getWindowId",
|
|
"type": "function",
|
|
"description": "Get the window Id",
|
|
"async": true,
|
|
"parameters": [
|
|
{
|
|
"type": "integer",
|
|
"name": "type"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|