diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-06-13 18:23:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-06-13 18:25:17 -0400 |
commit | 7e37b457873f917cfc045f511a28d4e30fb6024a (patch) | |
tree | 0360745a05de10ee5daf5b6bf7df16744798d381 /gtk/gtkwidget.h | |
parent | bbe0784865db60463c0becfda18af70355079d66 (diff) | |
download | gtk+-7e37b457873f917cfc045f511a28d4e30fb6024a.tar.gz |
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.
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r-- | gtk/gtkwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 5a4ac4ff42..33a54d00f9 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -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); |