quickshell-web/modules/Quickshell.Services.Mpris/MprisLoopState.json

50 lines
969 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"name": "MprisLoopState",
"module": "Quickshell.Services.Mpris",
"type": "class",
"super": {
"type": "qt",
"module": "qml.QtQml",
"name": "QtObject"
},
"description": "Loop state of an MprisPlayer",
"details": "See TYPE99MQS_Quickshell_Services_Mpris99NMprisPlayer99VloopState99Tprop99TYPE.\n",
"flags": [
"enum"
],
"properties": {},
"functions": [
{
"ret": {
"type": "qt",
"module": "qml",
"name": "string"
},
"name": "toString",
"id": "toString",
"details": null,
"params": [
{
"name": "status",
"type": {
"type": "local",
"module": "Quickshell.Services.Mpris",
"name": "MprisLoopState"
}
}
]
}
],
"signals": {},
"variants": {
"Playlist": {
"details": null
},
"Track": {
"details": null
},
"None": {
"details": null
}
}
}