mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
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.
|
||||
*
|
||||
* Sets this widget as a proxy for drops to another window.
|
||||
*
|
||||
* Deprecated: 3.22
|
||||
*/
|
||||
void
|
||||
gtk_drag_dest_set_proxy (GtkWidget *widget,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user