Add a function to get the selection of a clipboard
This was requested in http://bugzilla.gnome.org/show_bug.cgi?id=730821
This commit is contained in:
@ -290,6 +290,8 @@ void gtk_clipboard_set_can_store (GtkClipboard *clipboard,
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_clipboard_store (GtkClipboard *clipboard);
|
||||
|
||||
GDK_AVAILABLE_IN_3_22
|
||||
GdkAtom gtk_clipboard_get_selection (GtkClipboard *clipboard);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user