mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Fix up the deprecation annotation for gtk_widget_get_pointer
When I added the versioned annotation, I accidentally backdated it, so the Deprecated: tag in the docs said 3.4, but the annotation said 3.0. Fix it so we say 3.4 in both places.
This commit is contained in:
parent
bbe0784865
commit
7e37b45787
@ -743,7 +743,7 @@ void gtk_widget_set_margin_bottom (GtkWidget *widget,
|
||||
gint gtk_widget_get_events (GtkWidget *widget);
|
||||
GdkEventMask gtk_widget_get_device_events (GtkWidget *widget,
|
||||
GdkDevice *device);
|
||||
GDK_DEPRECATED_IN_3_0_FOR(gdk_window_get_device_position)
|
||||
GDK_DEPRECATED_IN_3_4_FOR(gdk_window_get_device_position)
|
||||
void gtk_widget_get_pointer (GtkWidget *widget,
|
||||
gint *x,
|
||||
gint *y);
|
||||
|
Loading…
Reference in New Issue
Block a user