diff options
author | hondres <liu.gam3@gmail.com> | 2016-02-13 15:24:01 +0100 |
---|---|---|
committer | hondres <liu.gam3@gmail.com> | 2016-02-13 15:24:01 +0100 |
commit | 080b5e4f63ead92c2fceea7b2d3338fe32dfd0cb (patch) | |
tree | 688a233167330eda2b44677b0f0957bd604cce90 /doc | |
parent | a415996f792c4e969b2f652ee85ec9254ea48863 (diff) |
doc: add list of possible return values to OS.get_name() description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index e3962834d1..431e038062 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -19771,7 +19771,7 @@ verify_host will check the SSL identity of the host if set to true. <return type="String"> </return> <description> - Return the name of the host OS. + Return the name of the host OS. Possible values are: "Android", "BlackBerry 10", "Flash", "Haiku", "iOS", "HTML5", "OSX", "Server", "Windows", "WinRT", "X11" </description> </method> <method name="get_cmdline_args"> |