]> Pileus Git - ~andy/gtk/commitdiff
Add since annotations to some enum values
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 May 2012 16:19:44 +0000 (12:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 May 2012 16:20:58 +0000 (12:20 -0400)
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

gdk/gdkevents.h
gdk/gdktypes.h

index 7557c4ca69f03a4088efce55de399176c69aac0a..b410529fc986151fc81688595d299a4b0fd519fd 100644 (file)
@@ -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.
  */
index cc4a76e468b7b3325c1583d8f75d0536564787e8..2b66e20c0a548e0155109f62bc6ce1def3601c5e 100644 (file)
@@ -348,8 +348,8 @@ typedef enum
  * @GDK_SUBSTRUCTURE_MASK: receive events about window configuration changes of
  *   child windows
  * @GDK_SCROLL_MASK: receive scroll events
- * @GDK_TOUCH_MASK: receive touch events
- * @GDK_SMOOTH_SCROLL_MASK: receive smooth scrolling events
+ * @GDK_TOUCH_MASK: receive touch events. Since 3.4
+ * @GDK_SMOOTH_SCROLL_MASK: receive smooth scrolling events. Since 3.4
  * @GDK_ALL_EVENTS_MASK: the combination of all the above event masks.
  *
  * A set of bit-flags to indicate which events a window is to receive.