[clutter/clutter-1.18] evdev: Add missing 'Since' and 'Stability' doc tags
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.18] evdev: Add missing 'Since' and 'Stability' doc tags
- Date: Thu, 27 Feb 2014 10:55:31 +0000 (UTC)
commit 2c9a4fd2204626119c501eb30f9608f660dd0c9a
Author: Rui Matos <tiagomatos gmail com>
Date: Thu Feb 27 11:22:50 2014 +0100
evdev: Add missing 'Since' and 'Stability' doc tags
clutter/evdev/clutter-device-manager-evdev.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/clutter/evdev/clutter-device-manager-evdev.c b/clutter/evdev/clutter-device-manager-evdev.c
index 1bd7d9b..9edb6bf 100644
--- a/clutter/evdev/clutter-device-manager-evdev.c
+++ b/clutter/evdev/clutter-device-manager-evdev.c
@@ -1465,6 +1465,9 @@ clutter_evdev_reclaim_devices (void)
* Setting @callback to %NULL will reset the default behavior.
*
* For reliable effects, this function must be called before clutter_init().
+ *
+ * Since: 1.16
+ * Stability: unstable
*/
void
clutter_evdev_set_open_callback (ClutterOpenDeviceCallback callback,
@@ -1483,6 +1486,9 @@ clutter_evdev_set_open_callback (ClutterOpenDeviceCallback callback,
* the backend to drop the state and create a new one with the new
* map. To avoid state being lost, callers should ensure that no key
* is pressed when calling this function.
+ *
+ * Since: 1.16
+ * Stability: unstable
*/
void
clutter_evdev_set_keyboard_map (ClutterDeviceManager *evdev,
@@ -1532,6 +1538,9 @@ clutter_evdev_set_keyboard_map (ClutterDeviceManager *evdev,
* Retrieves the #xkb_keymap in use by the evdev backend.
*
* Return value: the #xkb_keymap.
+ *
+ * Since: 1.18
+ * Stability: unstable
*/
struct xkb_keymap *
clutter_evdev_get_keyboard_map (ClutterDeviceManager *evdev)
@@ -1555,6 +1564,9 @@ clutter_evdev_get_keyboard_map (ClutterDeviceManager *evdev)
* Sets a callback to be invoked for every pointer motion. The callback
* can then modify the new pointer coordinates to constrain movement within
* a specific region.
+ *
+ * Since: 1.16
+ * Stability: unstable
*/
void
clutter_evdev_set_pointer_constrain_callback (ClutterDeviceManager *evdev,
@@ -1589,6 +1601,9 @@ clutter_evdev_set_pointer_constrain_callback (ClutterDeviceManager *e
*
* Enables or disables sythetic key press events, allowing for initial
* delay and interval period to be specified.
+ *
+ * Since: 1.18
+ * Stability: unstable
*/
void
clutter_evdev_set_keyboard_repeat (ClutterDeviceManager *evdev,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]