mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
docs: Minor grammatical corrections.
This commit is contained in:
parent
de5a27be8c
commit
330f51978d
@ -388,9 +388,9 @@ gdk_device_get_property (GObject *object,
|
|||||||
* @mask: location to store the modifiers, or %NULL.
|
* @mask: location to store the modifiers, or %NULL.
|
||||||
*
|
*
|
||||||
* Gets the current state of a pointer device relative to @window. As a slave
|
* Gets the current state of a pointer device relative to @window. As a slave
|
||||||
* device coordinates are those of its master pointer, This
|
* device's coordinates are those of its master pointer, this
|
||||||
* function may not be called on devices of type %GDK_DEVICE_TYPE_SLAVE,
|
* function may not be called on devices of type %GDK_DEVICE_TYPE_SLAVE,
|
||||||
* unless there is an ongoing grab on them, see gdk_device_grab().
|
* unless there is an ongoing grab on them. See gdk_device_grab().
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gdk_device_get_state (GdkDevice *device,
|
gdk_device_get_state (GdkDevice *device,
|
||||||
@ -416,10 +416,10 @@ gdk_device_get_state (GdkDevice *device,
|
|||||||
* @x: (out) (allow-none): location to store root window X coordinate of @device, or %NULL.
|
* @x: (out) (allow-none): location to store root window X coordinate of @device, or %NULL.
|
||||||
* @y: (out) (allow-none): location to store root window Y coordinate of @device, or %NULL.
|
* @y: (out) (allow-none): location to store root window Y coordinate of @device, or %NULL.
|
||||||
*
|
*
|
||||||
* Gets the current location of @device in double precision. As a slave device
|
* Gets the current location of @device in double precision. As a slave device's
|
||||||
* coordinates are those of its master pointer, This function
|
* coordinates are those of its master pointer, this function
|
||||||
* may not be called on devices of type %GDK_DEVICE_TYPE_SLAVE,
|
* may not be called on devices of type %GDK_DEVICE_TYPE_SLAVE,
|
||||||
* unless there is an ongoing grab on them, see gdk_device_grab().
|
* unless there is an ongoing grab on them. See gdk_device_grab().
|
||||||
*
|
*
|
||||||
* Since: 3.10
|
* Since: 3.10
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user