Updates the drag context when the pointer moves or the set of actions changes.
This function is called by the drag source.
This function does not need to be called in managed drag and drop operations. See gdk_drag_context_manage_dnd for more
information.
| context | |
| dest_window |
the new destination window, obtained by drag_find_window |
| protocol |
the DND protocol in use, obtained by drag_find_window |
| x_root |
the x position of the pointer in root coordinates |
| y_root |
the y position of the pointer in root coordinates |
| suggested_action |
the suggested action |
| possible_actions |
the possible actions |
| time_ |
the timestamp for this operation |