summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-13 12:19:11 +0200
committersfan5 <sfan5@live.de>2018-05-25 10:45:59 +0200
commit40ebedabcfbbff03319843692852e141161be785 (patch)
tree2c102295628ad8a55b6472a752f352c722136a6b /DOCS
parent47ed894d19678c915a3185945b3f97baeeecafb4 (diff)
downloadmpv-40ebedabcfbbff03319843692852e141161be785.tar.bz2
mpv-40ebedabcfbbff03319843692852e141161be785.tar.xz
ipc: alias set_property_string to set_property
The only effective difference is that the former explicitly checks whether the JSON value type is string, and errors out if not. The rest is exactly the same (mpv_set_property_string is mpv_set_property with MPV_FORMAT_STRING). It seems silly to keep this, so just remove it.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ipc.rst9
1 files changed, 1 insertions, 8 deletions
diff --git a/DOCS/man/ipc.rst b/DOCS/man/ipc.rst
index 289ef5b799..1a5eadfe49 100644
--- a/DOCS/man/ipc.rst
+++ b/DOCS/man/ipc.rst
@@ -180,14 +180,7 @@ extra commands can also be used as part of the protocol:
{ "error": "success" }
``set_property_string``
- Like ``set_property``, but the argument value must be passed as string.
-
- Example:
-
- ::
-
- { "command": ["set_property_string", "pause", "yes"] }
- { "error": "success" }
+ Alias for ``set_property``. Both commands accept native values and strings.
``observe_property``
Watch a property for changes. If the given property is changed, then an