3 void ui_glue_set_drag_pixbuf_from_image (GdkDragContext
*drag_context
,
8 ui_glue_set_drag_pixbuf_from_image (GdkDragContext
*drag_context
,
11 if (image
->storage_type
== GTK_IMAGE_PIXBUF
&&
12 image
->data
.pixbuf
.pixbuf
) {
13 gtk_drag_set_icon_pixbuf (drag_context
,
14 image
->data
.pixbuf
.pixbuf
,
16 } else if (image
->storage_type
== GTK_IMAGE_ICON_NAME
&&
17 image
->data
.name
.pixbuf
) {
18 gtk_drag_set_icon_pixbuf (drag_context
,
19 image
->data
.name
.pixbuf
,