Function
StClipboardContentCallbackFunc
Declaration
void
(* StClipboardContentCallbackFunc) (
  StClipboard* clipboard,
  GBytes* bytes,
  gpointer user_data
)
Parameters
- clipboard
- 
            Type: StClipboardA StClipboard.The data is owned by the caller of the function. 
- bytes
- 
            Type: GBytesContent from the clipboard. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.