summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-10-15 13:54:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-15 13:54:37 -0400
commit18578b33c59c2c4c5852cab9cda03f087a28dbc3 (patch)
tree1a3dd910a7cf8210d054f03f7a9381d5e2c8d03f /gtk/gtkselection.h
parentf87023d8ee322947a943798cdb8fc2c21f8fe715 (diff)
downloadgtk+-18578b33c59c2c4c5852cab9cda03f087a28dbc3.tar.gz
Add boxed type and constructor
This allows bindings to sanely construct these. https://bugzilla.gnome.org/show_bug.cgi?id=632095
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r--gtk/gtkselection.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index ae689d552e..ac9b082fdb 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -212,6 +212,12 @@ GType gtk_selection_data_get_type (void) G_GNUC_CONST;
GtkSelectionData *gtk_selection_data_copy (GtkSelectionData *data);
void gtk_selection_data_free (GtkSelectionData *data);
+GType gtk_target_entry_get_type (void) G_GNUC_CONST;
+
+GtkTargetEntry *gtk_target_entry_new (const char *target, guint flags, guint info);
+GtkTargetEntry *gtk_target_entry_copy (GtkTargetEntry *data);
+void gtk_target_entry_free (GtkTargetEntry *data);
+
GType gtk_target_list_get_type (void) G_GNUC_CONST;
G_END_DECLS