Method

IdeTreeAddinnode_dropped_async

Declaration

void
ide_tree_addin_node_dropped_async (
  IdeTreeAddin* self,
  IdeTreeNode* drag_node,
  IdeTreeNode* drop_node,
  GtkSelectionData* selection,
  GdkDragAction actions,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

No description available.

Parameters

drag_node

Type: IdeTreeNode

No description available.

The data is owned by the caller of the function.
drop_node

Type: IdeTreeNode

No description available.

The data is owned by the caller of the function.
selection

Type: GtkSelectionData

No description available.

The data is owned by the caller of the function.
actions

Type: GdkDragAction

No description available.

cancellable

Type: GCancellable

No description available.

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

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
user_data

Type: gpointer

No description available.

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