summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-13 23:39:02 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-13 23:39:02 +0100
commit4042d5f242c8239d7e2c91d94b1aaaaa999f7360 (patch)
treef8cff575692452f5f2e2745f214b8f6c181c008d /gtk/gtkselection.h
parent53081bd1d831797ebc873eab3c644c9d307ec6ef (diff)
downloadgtk+-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.h10
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,