summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-15 19:47:56 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-16 22:59:42 +0100
commit47e75b34a473032ebc6e24ac37fb7dbda34869a8 (patch)
tree8fe8e51133b22d56c99898e69b1f0b72c8bf6221 /gtk/gtkselection.h
parente62ec97707146249de536f5b4aa0925c053c4dfa (diff)
downloadgtk+-47e75b34a473032ebc6e24ac37fb7dbda34869a8.tar.gz
selection: Make GtkTargetEntry not allocatable
And remove it being registered as a boxed type (lol).
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r--gtk/gtkselection.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index 04f706764e..4d96d860d7 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -276,17 +276,6 @@ GtkSelectionData *gtk_selection_data_copy (const GtkSelectionData *data);
GDK_AVAILABLE_IN_ALL
void gtk_selection_data_free (GtkSelectionData *data);
-GDK_AVAILABLE_IN_ALL
-GType gtk_target_entry_get_type (void) G_GNUC_CONST;
-GDK_AVAILABLE_IN_ALL
-GtkTargetEntry *gtk_target_entry_new (const gchar *target,
- guint flags,
- guint info);
-GDK_AVAILABLE_IN_ALL
-GtkTargetEntry *gtk_target_entry_copy (GtkTargetEntry *data);
-GDK_AVAILABLE_IN_ALL
-void gtk_target_entry_free (GtkTargetEntry *data);
-
G_END_DECLS
#endif /* __GTK_SELECTION_H__ */