diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-01-20 12:09:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 12:09:45 +0100 |
commit | b6cb3668847379149b879d0633e8196900a845b7 (patch) | |
tree | cd73656d30a276904bc87a4a3c59e8c9643847ad /doc/classes | |
parent | 7057d26343a8d8b7e743be48cd9207272ce6a8c6 (diff) | |
parent | 314f309035c9d50b41720e02550f31f89751fce0 (diff) |
Merge pull request #56949 from timothyqiu/has-clipboard
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/DisplayServer.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index c527922cd5..6e06bf454c 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -20,6 +20,12 @@ [b]Note:[/b] This method is only implemented on Linux. </description> </method> + <method name="clipboard_has" qualifiers="const"> + <return type="bool" /> + <description> + Returns [code]true[/code] if there is content on the user's clipboard. + </description> + </method> <method name="clipboard_set"> <return type="void" /> <argument index="0" name="clipboard" type="String" /> |