diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-16 00:51:06 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-16 22:59:42 +0100 |
commit | 5da3059175a79b8b4e501ae05886f9b54f42489d (patch) | |
tree | 8873f9c366064137258ec3272ecc36f0857e31eb /gtk/gtkselection.h | |
parent | b200d4f099f73de22f289ea12a397ca50ccc7a2b (diff) | |
download | gtk+-5da3059175a79b8b4e501ae05886f9b54f42489d.tar.gz |
selection: Remove gtk_target_table_*() functions
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index 4d96d860d7..11680fad74 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -155,13 +155,6 @@ gboolean gtk_target_list_find (GtkTargetList *list, guint *info); GDK_AVAILABLE_IN_ALL -GtkTargetEntry * gtk_target_table_new_from_list (GtkTargetList *list, - gint *n_targets); -GDK_AVAILABLE_IN_ALL -void gtk_target_table_free (GtkTargetEntry *targets, - gint n_targets); - -GDK_AVAILABLE_IN_ALL gboolean gtk_selection_owner_set (GtkWidget *widget, GdkAtom selection, guint32 time_); |