Optionaltargets: TargetEntry[]Appends the image targets supported by Gtk.SelectionData to
the target list. All targets are added with the same info.
an ID that will be passed back to the application
whether to add only targets for which GTK+ knows how to convert a pixbuf into the format
Appends the rich text targets registered with
gtk_text_buffer_register_serialize_format() or
gtk_text_buffer_register_deserialize_format() to the target list. All
targets are added with the same info.
an ID that will be passed back to the application
if true, then deserializable rich text formats will be added, serializable formats otherwise.
Prepends a table of Gtk.TargetEntry to a target list.
the table of Gtk.TargetEntry
Appends the text targets supported by Gtk.SelectionData to
the target list. All targets are added with the same info.
an ID that will be passed back to the application
Appends the URI targets supported by Gtk.SelectionData to
the target list. All targets are added with the same info.
Since 3.24.37, this includes the application/vnd.portal.files target when possible, to allow sending files between sandboxed apps via the FileTransfer portal.
an ID that will be passed back to the application
Looks up a given target in a Gtk.TargetList.
true if the target was found, otherwise false
Increases the reference count of a Gtk.TargetList by one.
the passed in Gtk.TargetList.
Decreases the reference count of a Gtk.TargetList by one. If the resulting reference count is zero, frees the list.
StaticnewOptionaltargets: TargetEntry[]
A Gtk.TargetList-struct is a reference counted list of Gtk.TargetPair and should be treated as opaque.