[gtk+/gtk-3-4] Fix up the deprecation annotation for gtk_widget_get_pointer
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-4] Fix up the deprecation annotation for gtk_widget_get_pointer
- Date: Wed, 13 Jun 2012 23:09:50 +0000 (UTC)
commit 98ad869c9a1676fa4e573d2d0158696f1863cf3c
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 13 18:23:26 2012 -0400
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.
gtk/gtkwidget.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 5a4ac4f..33a54d0 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]