summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-05-19 12:19:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-05-19 12:20:58 -0400
commit5a47f22f5b848ea2828a6adee7587b5ad7c3ec95 (patch)
tree277d96be45c4ec6b4d9a9e2db67adf2e47052ff4 /gdk/gdkevents.h
parent529415f6f48217edf2dddcdbd7045686db81d0e6 (diff)
downloadgtk+-5a47f22f5b848ea2828a6adee7587b5ad7c3ec95.tar.gz
Add since annotations to some enum values
The things related to touch and smooth scrolling were 3.4 additions, so mark them as such. https://bugzilla.gnome.org/show_bug.cgi?id=676329
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r--gdk/gdkevents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index 7557c4ca69..b410529fc9 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -360,7 +360,7 @@ typedef enum
* @GDK_SCROLL_LEFT: the window is scrolled to the left.
* @GDK_SCROLL_RIGHT: the window is scrolled to the right.
* @GDK_SCROLL_SMOOTH: the scrolling is determined by the delta values
- * in #GdkEventScroll. See gdk_event_get_scroll_deltas().
+ * in #GdkEventScroll. See gdk_event_get_scroll_deltas(). Since: 3.4
*
* Specifies the direction for #GdkEventScroll.
*/