Function
StClipboardCallbackFunc
Declaration
void
(* StClipboardCallbackFunc) (
  StClipboard* clipboard,
  const gchar* text,
  gpointer user_data
)
Parameters
- clipboard
- 
            Type: StClipboardA StClipboard.The data is owned by the caller of the function. 
- text
- 
            Type: const gchar*Text from the clipboard. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.