Method
StClipboardset_content
Declaration [src]
void
st_clipboard_set_content (
  StClipboard* clipboard,
  StClipboardType type,
  const gchar* mimetype,
  GBytes* bytes
)
Description [src]
Sets the clipboard content to bytes.
mimetype is a semi-colon separated list of mime-type strings.
Parameters
- type
- 
            Type: StClipboardTypeThe type of clipboard that you want to set. 
- mimetype
- 
            Type: const gchar*Content mimetype. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- bytes
- 
            Type: GBytesContent data. The data is owned by the caller of the method.