diff options
author | Benjamin Otte <otte@redhat.com> | 2017-12-13 23:39:02 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-13 23:39:02 +0100 |
commit | 4042d5f242c8239d7e2c91d94b1aaaaa999f7360 (patch) | |
tree | f8cff575692452f5f2e2745f214b8f6c181c008d /gtk/gtkselection.h | |
parent | 53081bd1d831797ebc873eab3c644c9d307ec6ef (diff) | |
download | gtk+-4042d5f242c8239d7e2c91d94b1aaaaa999f7360.tar.gz |
gdk: Remove ability to own a selection
With this, the GDK_EVENT_SELECTION_REQUEST and GDK_EVENT_SELECTION_CLEAR
and the associated GtkWidget signals are gone, too.
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index edfb676491..8f79cd7cb9 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -45,16 +45,6 @@ GDK_AVAILABLE_IN_ALL GdkContentFormats * gtk_content_formats_add_uri_targets (GdkContentFormats *list) G_GNUC_WARN_UNUSED_RESULT; GDK_AVAILABLE_IN_ALL -gboolean gtk_selection_owner_set (GtkWidget *widget, - GdkAtom selection, - guint32 time_); -GDK_AVAILABLE_IN_ALL -gboolean gtk_selection_owner_set_for_display (GdkDisplay *display, - GtkWidget *widget, - GdkAtom selection, - guint32 time_); - -GDK_AVAILABLE_IN_ALL gboolean gtk_selection_convert (GtkWidget *widget, GdkAtom selection, GdkAtom target, |