Function

Gdkdrag_drop_succeeded

since: 2.6

Declaration [src]

gboolean
gdk_drag_drop_succeeded (
  GdkDragContext* context
)

Description [src]

Returns whether the dropped data has been successfully transferred. This function is intended to be used while handling a GDK_DROP_FINISHED event, its return value is meaningless at other times.

Available since: 2.6

Parameters

context

Type: GdkDragContext

A GdkDragContext.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the drop was successful.