Skip to content

StClipboard: add st_clipboard_get_mimetypes

Since the MetaSelection of the global StClipboard is private (and should be), there is no reasonable way for extensions or external code to query the supported mime-types.

Add st_clipboard_get_mimetypes() so this can be queried without poking around in private code.

closes #2819 (closed)

Merge request reports