Function
GtkClipboardClearFunc
Description [src]
A function that will be called when the contents of the clipboard are changed
or cleared. Once this has called, the user_data_or_owner argument
will not be used again.
Parameters
clipboard-
Type:
GtkClipboardThe
GtkClipboard.The data is owned by the caller of the function. user_data_or_owner-
Type:
gpointerThe
user_dataargument passed to gtk_clipboard_set_with_data(), or theownerargument passed to gtk_clipboard_set_with_owner().The argument can be NULL.The data is owned by the caller of the function.