summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:49:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:56:05 -0500
commit469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch)
treeacacd39d222efb5f22738a36115ed946c43f7797 /gdk/gdkdevice.c
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gdk/gdkdevice.c')
-rw-r--r--gdk/gdkdevice.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c
index 653a0aa2f9..9508a7be13 100644
--- a/gdk/gdkdevice.c
+++ b/gdk/gdkdevice.c
@@ -597,7 +597,7 @@ gdk_device_get_window_at_position (GdkDevice *device,
* more motion events delivered directly, independent of the windowing
* system.
*
- * Return value: %TRUE if the windowing system supports motion history and
+ * Returns: %TRUE if the windowing system supports motion history and
* at least one event was found.
**/
gboolean
@@ -667,7 +667,7 @@ gdk_device_free_history (GdkTimeCoord **events,
*
* Determines the name of the device.
*
- * Return value: a name
+ * Returns: a name
*
* Since: 2.20
**/
@@ -685,7 +685,7 @@ gdk_device_get_name (GdkDevice *device)
*
* Determines whether the pointer follows device motion.
*
- * Return value: %TRUE if the pointer follows device motion
+ * Returns: %TRUE if the pointer follows device motion
*
* Since: 2.20
**/
@@ -704,7 +704,7 @@ gdk_device_get_has_cursor (GdkDevice *device)
*
* Determines the type of the device.
*
- * Return value: a #GdkInputSource
+ * Returns: a #GdkInputSource
*
* Since: 2.20
**/
@@ -722,7 +722,7 @@ gdk_device_get_source (GdkDevice *device)
*
* Determines the mode of the device.
*
- * Return value: a #GdkInputSource
+ * Returns: a #GdkInputSource
*
* Since: 2.20
**/
@@ -1169,7 +1169,7 @@ gdk_device_get_axis_value (GdkDevice *device,
* Interprets an array of double as axis values for a given device,
* and locates the value in the array for a given axis use.
*
- * Return value: %TRUE if the given axis use was found, otherwise %FALSE
+ * Returns: %TRUE if the given axis use was found, otherwise %FALSE
**/
gboolean
gdk_device_get_axis (GdkDevice *device,