GNOME Bugzilla – Bug 730821
RFE: add gtk_clipboard_get_selection()
Last modified: 2016-03-27 13:49:22 UTC
When dealing with multiple clipboards (using same callbacks), it would be quite nice to have way to distinguish the selection. I am looking for something as simple as: GdkAtom gtk_clipboard_get_selection(GtkClipboard *clipboard) { g_return_val_if_fail (GTK_IS_CLIPBOARD (clipboard), GDK_NONE); return clipboard->selection; }
RFE => severity=enhancement
if you turn it into a patch, that would be fine with me.
thanks!