[gtk+] Add since annotations to some enum values
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add since annotations to some enum values
- Date: Sat, 19 May 2012 16:20:10 +0000 (UTC)
commit 5a47f22f5b848ea2828a6adee7587b5ad7c3ec95
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 19 12:19:44 2012 -0400
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
gdk/gdkevents.h | 2 +-
gdk/gdktypes.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index 7557c4c..b410529 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.
*/
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index cc4a76e..2b66e20 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]