summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-30 05:42:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-30 05:42:37 +0000
commit7ee4ea8719283be67608bcfe7372e800c38fc2a9 (patch)
treefed67d5d3d5692993f88e4a443b779c970261ac3 /gtk/gtkselection.h
parent62c23bec25b031ec9ede93ac892d0ad03ad0cdc0 (diff)
downloadgtk+-7ee4ea8719283be67608bcfe7372e800c38fc2a9.tar.gz
Add functions which look for text, image or uri targets in an array of
2005-08-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkselection.h: * gtk/gtkselection.c: Add functions which look for text, image or uri targets in an array of atoms. (#314089, Mark Wielaard)
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r--gtk/gtkselection.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index a37b3f35af..038a16a972 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -156,6 +156,13 @@ gboolean gtk_selection_data_targets_include_text (GtkSelectionData *selection_d
gboolean gtk_selection_data_targets_include_image (GtkSelectionData *selection_data,
gboolean writable);
gboolean gtk_selection_data_targets_include_uri (GtkSelectionData *selection_data);
+gboolean gtk_targets_include_text (GdkAtom *targets,
+ gint n_targets);
+gboolean gtk_targets_include_image (GdkAtom *targets,
+ gint n_targets,
+ gboolean writable);
+gboolean gtk_targets_include_uri (GdkAtom *targets,
+ gint n_targets);
/* Called when a widget is destroyed */