We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014551b commit ea1323dCopy full SHA for ea1323d
2 files changed
CodeGen/Common/shv/shv_fwstable_node.c
@@ -65,7 +65,7 @@ static const struct shv_method_des shv_dmap_item_get =
65
{
66
.name = "get",
67
.flags = SHV_METHOD_GETTER,
68
- .result = "i",
+ .result = "i(0,)|n",
69
.access = SHV_ACCESS_READ,
70
.method = shv_get
71
};
CodeGen/Common/shv/shv_manager_node.c
@@ -72,7 +72,6 @@ static const struct shv_method_des shv_dmap_item_pausectrl =
72
73
.name = "pause",
74
.flags = 0,
75
- .param = "n",
76
.result = "",
77
.access = SHV_ACCESS_COMMAND,
78
.method = shv_pausectrl
@@ -82,7 +81,6 @@ static const struct shv_method_des shv_dmap_item_resumectrl =
82
81
83
.name = "resume",
84
85
86
87
88
.method = shv_resumectrl
0 commit comments