Overhaul some "uncommon" wording in class reference
This commit is contained in:
@ -488,7 +488,7 @@
|
||||
<description>
|
||||
Returns a string that is unique to the device.
|
||||
[b]Note:[/b] This string may change without notice if the user reinstalls their operating system, upgrades it, or modifies their hardware. This means it should generally not be used to encrypt persistent data, as the data saved before an unexpected ID change would become inaccessible. The returned string may also be falsified using external programs, so do not rely on the string returned by this method for security purposes.
|
||||
[b]Note:[/b] On Web, returns an empty string and generates an error, as this method cannot be implemented for security concerns.
|
||||
[b]Note:[/b] On Web, returns an empty string and generates an error, as this method cannot be implemented for security reasons.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_user_data_dir" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user