summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-31 23:22:12 +0300
committerErnestas Kulik <ernestask@gnome.org>2018-07-31 23:29:26 +0300
commitcb7202ac6f50be1ea6fa22df991164b11b5e2644 (patch)
treee1cb902ecbf595b731e98396f718825103839faf /gtk/gtkselection.h
parentef632da8b61664aa7017aeed40c180409c0b4796 (diff)
downloadgtk+-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.h4
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,