[clutter/clutter-1.16] wayland: Add API version annotations
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.16] wayland: Add API version annotations
- Date: Tue, 14 May 2013 11:43:00 +0000 (UTC)
commit 15bed2d9bdf468fa2df9f32801f422999c8aeef0
Author: Chris Cummins <christopher e cummins intel com>
Date: Tue May 7 11:50:32 2013 +0100
wayland: Add API version annotations
Version numbers have been derived from source code comment blocks.
clutter/wayland/clutter-stage-wayland.c | 2 ++
clutter/wayland/clutter-wayland.h | 5 +++++
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/clutter/wayland/clutter-stage-wayland.c b/clutter/wayland/clutter-stage-wayland.c
index 2a3346b..ee4bdbd 100644
--- a/clutter/wayland/clutter-stage-wayland.c
+++ b/clutter/wayland/clutter-stage-wayland.c
@@ -271,6 +271,8 @@ clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage)
* platform. Calling this function at any other time will return %NULL.
*
* Returns: (transfer none): the Wayland surface associated with @stage
+ *
+ * Since: 1.10
*/
struct wl_surface *
clutter_wayland_stage_get_wl_surface (ClutterStage *stage)
diff --git a/clutter/wayland/clutter-wayland.h b/clutter/wayland/clutter-wayland.h
index b9ffb1b..0dd900b 100644
--- a/clutter/wayland/clutter-wayland.h
+++ b/clutter/wayland/clutter-wayland.h
@@ -40,8 +40,13 @@
#include <clutter/clutter.h>
G_BEGIN_DECLS
+CLUTTER_AVAILABLE_IN_1_10
struct wl_seat *clutter_wayland_input_device_get_wl_seat (ClutterInputDevice *device);
+
+CLUTTER_AVAILABLE_IN_1_10
struct wl_shell_surface *clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage);
+
+CLUTTER_AVAILABLE_IN_1_10
struct wl_surface *clutter_wayland_stage_get_wl_surface (ClutterStage *stage);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]