diff options
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index 18f3dc4b54..92aa12b016 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -50,8 +50,14 @@ void gtk_selection_add_handler (GtkWidget *widget, GdkAtom selection, GdkAtom target, GtkSelectionFunction function, - GtkRemoveFunction remove_func, gpointer data); +void gtk_selection_add_handler_full (GtkWidget *widget, + GdkAtom selection, + GdkAtom target, + GtkSelectionFunction function, + GtkCallbackMarshal marshal, + gpointer data, + GtkDestroyNotify destroy); gint gtk_selection_convert (GtkWidget *widget, GdkAtom selection, GdkAtom target, |