Deprecate gtk_drag_dest_set_proxy

This commit is contained in:
Matthias Clasen 2016-10-20 13:48:05 -04:00
parent d3ad642519
commit 0ca9b468b8
2 changed files with 3 additions and 1 deletions

View File

@ -185,6 +185,8 @@ gtk_drag_dest_set (GtkWidget *widget,
* subwindow.
*
* Sets this widget as a proxy for drops to another window.
*
* Deprecated: 3.22
*/
void
gtk_drag_dest_set_proxy (GtkWidget *widget,

View File

@ -73,7 +73,7 @@ void gtk_drag_dest_set (GtkWidget *widget,
gint n_targets,
GdkDragAction actions);
GDK_AVAILABLE_IN_ALL
GDK_DEPRECATED_IN_3_22
void gtk_drag_dest_set_proxy (GtkWidget *widget,
GdkWindow *proxy_window,
GdkDragProtocol protocol,