mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
input-device: Fix introspection annotation
The event sequence can be %NULL.
This commit is contained in:
parent
08da111f5e
commit
9b4f13c15a
@ -786,14 +786,16 @@ clutter_input_device_get_enabled (ClutterInputDevice *device)
|
|||||||
/**
|
/**
|
||||||
* clutter_input_device_get_coords:
|
* clutter_input_device_get_coords:
|
||||||
* @device: a #ClutterInputDevice
|
* @device: a #ClutterInputDevice
|
||||||
* @sequence: a #ClutterEventSequence
|
* @sequence: (allow-none): a #ClutterEventSequence, or %NULL if
|
||||||
* @point: (out): return location for the pointer or touch point
|
* the device is not touch-based
|
||||||
|
* @point: (out caller-allocates): return location for the pointer
|
||||||
|
* or touch point
|
||||||
*
|
*
|
||||||
* Retrieves the latest coordinates of a pointer or touch point of
|
* Retrieves the latest coordinates of a pointer or touch point of
|
||||||
* @device
|
* @device.
|
||||||
*
|
*
|
||||||
* Return value: %FALSE if the device's sequence hasn't been found,
|
* Return value: %FALSE if the device's sequence hasn't been found,
|
||||||
* %TRUE otherwise.
|
* and %TRUE otherwise.
|
||||||
*
|
*
|
||||||
* Since: 1.12
|
* Since: 1.12
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user