Deprecate gtk_drag_dest_set_proxy
This commit is contained in:
parent
d3ad642519
commit
0ca9b468b8
@ -185,6 +185,8 @@ gtk_drag_dest_set (GtkWidget *widget,
|
|||||||
* subwindow.
|
* subwindow.
|
||||||
*
|
*
|
||||||
* Sets this widget as a proxy for drops to another window.
|
* Sets this widget as a proxy for drops to another window.
|
||||||
|
*
|
||||||
|
* Deprecated: 3.22
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gtk_drag_dest_set_proxy (GtkWidget *widget,
|
gtk_drag_dest_set_proxy (GtkWidget *widget,
|
||||||
|
@ -73,7 +73,7 @@ void gtk_drag_dest_set (GtkWidget *widget,
|
|||||||
gint n_targets,
|
gint n_targets,
|
||||||
GdkDragAction actions);
|
GdkDragAction actions);
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_DEPRECATED_IN_3_22
|
||||||
void gtk_drag_dest_set_proxy (GtkWidget *widget,
|
void gtk_drag_dest_set_proxy (GtkWidget *widget,
|
||||||
GdkWindow *proxy_window,
|
GdkWindow *proxy_window,
|
||||||
GdkDragProtocol protocol,
|
GdkDragProtocol protocol,
|
||||||
|
Loading…
Reference in New Issue
Block a user