diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-07-31 23:22:12 +0300 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-07-31 23:29:26 +0300 |
commit | cb7202ac6f50be1ea6fa22df991164b11b5e2644 (patch) | |
tree | e1cb902ecbf595b731e98396f718825103839faf /gtk/gtkselection.h | |
parent | ef632da8b61664aa7017aeed40c180409c0b4796 (diff) | |
download | gtk+-dnd-test.tar.gz |
gtkselection: Drop gtk_selection_data_get_targets()dnd-test
As the data isn’t set anywhere with the type “ATOM”, this doesn’t work
as expected and can be replaced by a target atom check.
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index 08939f471c..bb6a219d4e 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -88,10 +88,6 @@ GDK_AVAILABLE_IN_ALL gchar **gtk_selection_data_get_uris (const GtkSelectionData *selection_data); GDK_AVAILABLE_IN_ALL -gboolean gtk_selection_data_get_targets (const GtkSelectionData *selection_data, - GdkAtom **targets, - gint *n_atoms); -GDK_AVAILABLE_IN_ALL gboolean gtk_selection_data_targets_include_text (const GtkSelectionData *selection_data); GDK_AVAILABLE_IN_ALL gboolean gtk_selection_data_targets_include_image (const GtkSelectionData *selection_data, |