summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-01-20 12:09:45 +0100
committerGitHub <noreply@github.com>2022-01-20 12:09:45 +0100
commitb6cb3668847379149b879d0633e8196900a845b7 (patch)
treecd73656d30a276904bc87a4a3c59e8c9643847ad /doc/classes
parent7057d26343a8d8b7e743be48cd9207272ce6a8c6 (diff)
parent314f309035c9d50b41720e02550f31f89751fce0 (diff)
Merge pull request #56949 from timothyqiu/has-clipboard
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/DisplayServer.xml6
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" />