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:
GtkClipboard
The
GtkClipboard
.The data is owned by the caller of the function. user_data_or_owner
-
Type:
gpointer
The
user_data
argument passed to gtk_clipboard_set_with_data(), or theowner
argument passed to gtk_clipboard_set_with_owner().The argument can be NULL
.The data is owned by the caller of the function.