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 |
GtkClipboard |
The |
|
The data is owned by the caller of the function. | |
user_data_or_owner |
gpointer |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |