Method

GtkTargetListadd_image_targets

since: 2.6

Declaration [src]

void
gtk_target_list_add_image_targets (
  GtkTargetList* list,
  guint info,
  gboolean writable
)

Description [src]

Appends the image targets supported by GtkSelectionData to the target list. All targets are added with the same info.

Available since: 2.6

Parameters

info

Type: guint

An ID that will be passed back to the application.

writable

Type: gboolean

Whether to add only targets for which GTK+ knows how to convert a pixbuf into the format.