Signal
RBDisplayPageModel::drop-received
Declaration
void
drop_received (
RBDisplayPageModel* self,
RBDisplayPage* target,
gint pos,
gpointer data,
gpointer user_data
)
Description [src]
Emitted when a drag and drop operation to the display page tree completes.
| Default handler: The default handler is called after the handlers added via |
Parameters
target-
Type:
RBDisplayPageThe
RBSourcereceiving the drop.The data is owned by the caller of the function. pos-
Type:
gintThe drop position.
data-
Type:
gpointerThe drop data.
The argument can be NULL.The data is owned by the caller of the function.