Method

GtkTargetListadd_uri_targets

since: 2.6

Declaration [src]

void
gtk_target_list_add_uri_targets (
  GtkTargetList* list,
  guint info
)

Description [src]

Appends the URI targets supported by GtkSelectionData 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.

Available since: 2.6

Parameters

info

Type: guint

An ID that will be passed back to the application.