Clipboard.isLocal

Returns if the clipboard is local.

A clipboard is considered local if it was last claimed by the running application.

Note that [method@Gdk.Clipboard.get_content] may return %NULL even on a local clipboard. In this case the clipboard is empty.

class Clipboard
bool
isLocal
()

Return Value

Type: bool

%TRUE if the clipboard is local

Meta