Signal

RBDisplayPageTree::drop-received

Declaration

void
drop_received (
  RBDisplayPageTree* self,
  gpointer page,
  gpointer data,
  gpointer user_data
)

Description [src]

Emitted when a drag and drop to the tree completes.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

page

Type: gpointer

The RBDisplagePage receiving the drop.

The argument can be NULL.
The data is owned by the caller of the function.
data

Type: gpointer

The drop data.

The argument can be NULL.
The data is owned by the caller of the function.