Overhaul some "uncommon" wording in class reference

This commit is contained in:
Micky
2024-03-01 00:59:28 +01:00
parent 7d2ca2d8ac
commit c54e09a5a3
57 changed files with 128 additions and 121 deletions

View File

@ -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">