summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkprivate-wayland.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-14 03:01:59 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-14 03:05:34 +0100
commitf2bb2024c87dae1ce655154fb5bea0eb07cef48c (patch)
treeadd8c53a1633c0cf6d7ec67d7e6b3db2d9c33aab /gdk/wayland/gdkprivate-wayland.h
parent82aa0eacb267d2b21a676ecfc477a4bf8fbd8637 (diff)
downloadgtk+-f2bb2024c87dae1ce655154fb5bea0eb07cef48c.tar.gz
gdk: Remove properties
They are not used anymore. Gone with them are PropertyNotify events.
Diffstat (limited to 'gdk/wayland/gdkprivate-wayland.h')
-rw-r--r--gdk/wayland/gdkprivate-wayland.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gdk/wayland/gdkprivate-wayland.h b/gdk/wayland/gdkprivate-wayland.h
index b35a02fb7a..afd2a2bfd0 100644
--- a/gdk/wayland/gdkprivate-wayland.h
+++ b/gdk/wayland/gdkprivate-wayland.h
@@ -129,22 +129,6 @@ void _gdk_wayland_display_create_window_impl (GdkDisplay *display,
GdkEventMask event_mask,
GdkWindowAttr *attributes);
-void _gdk_wayland_display_send_selection_notify (GdkDisplay *dispay,
- GdkWindow *requestor,
- GdkAtom selection,
- GdkAtom target,
- GdkAtom property,
- guint32 time);
-gint _gdk_wayland_display_get_selection_property (GdkDisplay *display,
- GdkWindow *requestor,
- guchar **data,
- GdkAtom *ret_type,
- gint *ret_format);
-void _gdk_wayland_display_convert_selection (GdkDisplay *display,
- GdkWindow *requestor,
- GdkAtom selection,
- GdkAtom target,
- guint32 time);
gint _gdk_wayland_display_text_property_to_utf8_list (GdkDisplay *display,
GdkAtom encoding,
gint format,
@@ -224,11 +208,6 @@ gpointer gdk_wayland_selection_get_offer (GdkDisplay *display,
GdkContentFormats *gdk_wayland_selection_get_targets (GdkDisplay *display,
GdkAtom selection);
-void gdk_wayland_selection_store (GdkWindow *window,
- GdkAtom type,
- GdkPropMode mode,
- const guchar *data,
- gint len);
struct wl_data_source * gdk_wayland_selection_get_data_source (GdkWindow *owner,
GdkAtom selection);
void gdk_wayland_selection_unset_data_source (GdkDisplay *display, GdkAtom selection);