Method
GdkWindowget_drag_protocol
since: 3.0
Declaration [src]
GdkDragProtocol
gdk_window_get_drag_protocol (
GdkWindow* window,
GdkWindow** target
)
Parameters
target-
Type:
GdkWindowLocation of the window where the drop should happen. This may be
windowor a proxy window, orNULLifwindowdoes not support Drag and Drop.The argument will be set by the function. The argument can be NULL.The caller of the method takes ownership of the returned data, and is responsible for freeing it.
Return value
Type: GdkDragProtocol
The supported DND protocol.