Add a vfunc for gdk_selection_property_get

This commit is contained in:
Matthias Clasen
2010-12-16 20:10:11 -05:00
parent 625b8305e9
commit 95868ef00b
5 changed files with 53 additions and 32 deletions

View File

@ -202,6 +202,11 @@ void _gdk_x11_display_send_selection_notify (GdkDisplay *display,
GdkAtom target,
GdkAtom property,
guint32 time);
gint _gdk_x11_display_get_selection_property (GdkDisplay *display,
GdkWindow *requestor,
guchar **data,
GdkAtom *ret_type,
gint *ret_format);
void _gdk_x11_device_check_extension_events (GdkDevice *device);