Virtual Method
IdeTreeAddinnode_dropped_async
Declaration
void
node_dropped_async (
IdeTreeAddin* self,
IdeTreeNode* drag_node,
IdeTreeNode* drop_node,
GtkSelectionData* selection,
GdkDragAction actions,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
drag_node-
Type:
IdeTreeNodeNo description available.
The data is owned by the caller of the function. drop_node-
Type:
IdeTreeNodeNo description available.
The data is owned by the caller of the function. selection-
Type:
GtkSelectionDataNo description available.
The data is owned by the caller of the function. actions-
Type:
GdkDragActionNo description available.
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.