Add a vfunc for gdk_selection_send_notify_for_display

This commit is contained in:
Matthias Clasen
2010-12-16 19:58:07 -05:00
parent 7e22cf7e50
commit 625b8305e9
5 changed files with 55 additions and 30 deletions

View File

@ -203,6 +203,12 @@ struct _GdkDisplayClass
GdkAtom selection,
guint32 time,
gboolean send_event);
void (*send_selection_notify) (GdkDisplay *dispay,
GdkNativeWindow requestor,
GdkAtom selection,
GdkAtom target,
GdkAtom property,
guint32 time_);
/* Signals */
void (*closed) (GdkDisplay *display,