Creates a new #GtkTargetList from an array of #GtkTargetEntry.
Appends another target to a #GtkTargetList.
Appends the image targets supported by #GtkSelectionData to the target list. All targets are added with the same info.
Appends the rich text targets registered with gtk.text_buffer.TextBuffer.registerSerializeFormat or gtk.text_buffer.TextBuffer.registerDeserializeFormat to the target list. All targets are added with the same info.
Prepends a table of #GtkTargetEntry to a target list.
Appends the text targets supported by #GtkSelectionData to the target list. All targets are added with the same info.
Appends the URI targets supported by #GtkSelectionData to the target list. All targets are added with the same info.
Looks up a given target in a #GtkTargetList.
Removes a target from a target list.
Returns this, for use in with statements.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A #GtkTargetList-struct is a reference counted list of #GtkTargetPair and should be treated as opaque.